Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dsvcauth_unix.c350 sn = net_generic(xprt->xpt_net, sunrpc_net_id); in ip_map_cached_get()
384 sn = net_generic(xprt->xpt_net, sunrpc_net_id); in ip_map_cached_put()
398 sn = net_generic(xpt->xpt_net, sunrpc_net_id); in svcauth_unix_info_release()
634 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, in unix_gid_find()
664 struct net *net = xprt->xpt_net; in svcauth_unix_set_client()
Dsvc_xprt.c139 put_net(xprt->xpt_net); in svc_xprt_free()
175 xprt->xpt_net = get_net(net); in svc_xprt_init()
1050 if (xprt->xpt_net != net) in svc_close_list()
1072 if (xprt->xpt_net != net) in svc_dequeue_net()
1268 if (xprt->xpt_net != net) in svc_find_xprt()
/Linux-v4.19/include/linux/sunrpc/
Dsvc_xprt.h90 struct net *xpt_net; member
Dsvc.h300 #define SVC_NET(svc_rqst) (svc_rqst->rq_xprt->xpt_net)
/Linux-v4.19/net/sunrpc/auth_gss/
Dsvcauth_gss.c1125 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, sunrpc_net_id); in svcauth_gss_legacy_init()
1236 struct net *net = rqstp->rq_xprt->xpt_net; in svcauth_gss_proxy_init()
1427 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, sunrpc_net_id); in svcauth_gss_accept()
1717 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, sunrpc_net_id); in svcauth_gss_release()
/Linux-v4.19/net/sunrpc/xprtrdma/
Dsvc_rdma_transport.c263 listen_xprt->sc_xprt.xpt_net); in handle_connect_req()
/Linux-v4.19/fs/nfsd/
Dnfssvc.c679 struct net *net = perm_sock->xpt_net; in nfsd()