Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dsvc_xprt.c136 struct module *owner = xprt->xpt_class->xcl_owner; in svc_xprt_free()
163 xprt->xpt_class = xcl; in svc_xprt_init()
768 __module_get(xprt->xpt_class->xcl_owner); in svc_handle_xprt()
774 module_put(xprt->xpt_class->xcl_owner); in svc_handle_xprt()
1270 if (strcmp(xprt->xpt_class->xcl_name, xcl_name)) in svc_find_xprt()
1291 xprt->xpt_class->xcl_name, in svc_one_xprt_name()
Dsvc.c1529 u32 max = rqstp->rq_xprt->xpt_class->xcl_max_payload; in svc_max_payload()
/Linux-v4.19/include/linux/sunrpc/
Dsvc_xprt.h52 struct svc_xprt_class *xpt_class; member
/Linux-v4.19/fs/nfsd/
Dnfs4callback.c807 args.protocol = conn->cb_xprt->xpt_class->xcl_ident | in setup_callback_client()