Home
last modified time | relevance | path

Searched refs:xcl (Results 1 – 1 of 1) sorted by relevance

/linux/net/sunrpc/
A Dsvc_xprt.c83 INIT_LIST_HEAD(&xcl->xcl_list); in svc_reg_xprt_class()
102 list_del_init(&xcl->xcl_list); in svc_unreg_xprt_class()
121 struct svc_xprt_class *xcl; in svc_print_xprts() local
131 xcl->xcl_name, xcl->xcl_max_payload); in svc_print_xprts()
189 xprt->xpt_class = xcl; in svc_xprt_init()
190 xprt->xpt_ops = xcl->xcl_ops; in svc_xprt_init()
246 xcl->xcl_name, sap, xprt); in __svc_xpo_create()
294 struct svc_xprt_class *xcl; in _svc_create_xprt() local
301 if (strcmp(xprt_name, xcl->xcl_name)) in _svc_create_xprt()
304 if (!try_module_get(xcl->xcl_owner)) in _svc_create_xprt()
[all …]

Completed in 6 milliseconds