Home
last modified time | relevance | path

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

/linux-6.15/net/sunrpc/
H A Dsvc_xprt.c88 INIT_LIST_HEAD(&xcl->xcl_list); in svc_reg_xprt_class()
111 list_del_init(&xcl->xcl_list); in svc_unreg_xprt_class()
130 struct svc_xprt_class *xcl; in svc_print_xprts() local
140 xcl->xcl_name, xcl->xcl_max_payload); in svc_print_xprts()
199 xprt->xpt_class = xcl; in svc_xprt_init()
200 xprt->xpt_ops = xcl->xcl_ops; in svc_xprt_init()
255 struct svc_xprt_class *xcl; in _svc_xprt_create() local
262 if (strcmp(xprt_name, xcl->xcl_name)) in _svc_xprt_create()
265 if (!try_module_get(xcl->xcl_owner)) in _svc_xprt_create()
272 xcl->xcl_name, sap, len, in _svc_xprt_create()
[all …]