Searched refs:svc_getnetid (Results 1 – 5 of 5) sorted by relevance
337 netid = svc_getnetid(sr->rq_xprt); in nlm_do_test()479 netid = svc_getnetid(sr->rq_xprt); in nlm_do_lock()784 netid = svc_getnetid(sr->rq_xprt); in nlm_do_cancel()882 netid = svc_getnetid(sr->rq_xprt); in nlm_do_unlock()1139 netid = svc_getnetid(sr->rq_xprt); in nlm_do_share()1205 netid = svc_getnetid(sr->rq_xprt); in nlm_do_unshare()
2674 netid = svc_getnetid(transp); in nlm_caller_is_local()
1062 res = nfsauth_retrieve(exi, svc_getnetid(req->rq_xprt), flavor, in nfsauth_cache_get()1144 ran->ran_netid = strdup(svc_getnetid(req->rq_xprt)); in nfsauth_cache_get()1216 if (nfsauth_retrieve(exi, svc_getnetid(req->rq_xprt), flavor, &addr, in nfsauth_cache_get()
202 netid = svc_getnetid(req->rq_xprt); in xdr_nfslog_request_record()
518 #define svc_getnetid(x) ((x)->xp_netid) macro