Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dsvc_vc.c436 xprt_inactive_self(xprt); in svc_vc_rendezvous_recv()
449 xprt_inactive_self(xprt); in svc_vc_rendezvous_recv()
785 xprt_inactive_self(xprt); in svc_vc_recv()
839 xprt_inactive_self(xprt); in svc_vc_recv()
886 xprt_inactive_self(xprt); in svc_vc_recv()
897 xprt_inactive_self(xprt); in svc_vc_recv()
959 xprt_inactive_self(xprt); in svc_vc_backchannel_recv()
H A Dsvc_dg.c195 xprt_inactive_self(xprt); in svc_dg_recv()
205 xprt_inactive_self(xprt); in svc_dg_recv()
H A Dsvc.h608 extern void xprt_inactive_self(SVCXPRT *);
H A Dsvc.c488 xprt_inactive_self(SVCXPRT *xprt) in xprt_inactive_self() function