Home
last modified time | relevance | path

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

/linux-4.4.14/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()
633 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, in unix_gid_find()
663 struct net *net = xprt->xpt_net; in svcauth_unix_set_client()
Dsvc_xprt.c133 put_net(xprt->xpt_net); in svc_xprt_free()
167 xprt->xpt_net = get_net(net); in svc_xprt_init()
1006 if (xprt->xpt_net != net) in svc_close_list()
1028 if (xprt->xpt_net != net) in svc_dequeue_net()
1221 if (xprt->xpt_net != net) in svc_find_xprt()
/linux-4.4.14/include/linux/sunrpc/
Dsvc_xprt.h85 struct net *xpt_net; member
Dsvc.h295 #define SVC_NET(svc_rqst) (svc_rqst->rq_xprt->xpt_net)
/linux-4.4.14/net/sunrpc/auth_gss/
Dsvcauth_gss.c1107 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, sunrpc_net_id); in svcauth_gss_legacy_init()
1218 struct net *net = rqstp->rq_xprt->xpt_net; in svcauth_gss_proxy_init()
1408 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, sunrpc_net_id); in svcauth_gss_accept()
1696 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net, sunrpc_net_id); in svcauth_gss_release()
/linux-4.4.14/fs/nfsd/
Dnfssvc.c579 struct net *net = perm_sock->xpt_net; in nfsd()