Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dsvc_xprt.c174 put_net_track(xprt->xpt_net, &xprt->ns_tracker); in svc_xprt_free()
209 xprt->xpt_net = get_net_track(net, &xprt->ns_tracker, GFP_ATOMIC); in svc_xprt_init()
1119 if (svc_register(serv, xprt->xpt_net, sock->sk->sk_family,
1176 if (xprt->xpt_net != net)
1197 if (xprt->xpt_net == net) { in svc_defer()
1387 if (xprt->xpt_net != net) in svc_xprt_names()
1431 if (xprt->xpt_net != net) in svc_pool_stats_next()
H A 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()
916 struct sunrpc_net *sn = net_generic(rqstp->rq_xprt->xpt_net,
946 struct net *net = xprt->xpt_net; in svcauth_unix_accept()
/linux/net/sunrpc/xprtrdma/
H A Dsvc_rdma_transport.c260 listen_xprt->sc_xprt.xpt_net, in handle_connect_req()
323 listen_id = svc_rdma_create_listen_id(cma_rdma->xpt_net,
/linux/include/linux/sunrpc/
H A Dsvc_xprt.h77 struct net *xpt_net; member
/linux/fs/nfsd/
H A Dnfssvc.c888 struct net *net = perm_sock->xpt_net; in nfsd()
H A Dnfsctl.c2006 if (WARN_ON_ONCE(xprt->xpt_net != net)) { in nfsd_nl_listener_set_doit()
H A Dtrace.h74 __entry->netns_ino = xprt->xpt_net->ns.inum;