Home
last modified time | relevance | path

Searched refs:XPT_TEMP (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/sunrpc/
H A Dsvc_xprt.h90 XPT_TEMP, /* connected transport */ enumerator
120 if (test_bit(XPT_TEMP, &xpt->xpt_flags) && in svc_xprt_set_valid()
/linux/net/sunrpc/
H A Dsvc_xprt.c244 clear_bit(XPT_TEMP, &new->xpt_flags); in svc_add_new_perm_xprt()
757 set_bit(XPT_TEMP, &newxpt->xpt_flags); in svc_add_new_temp_xprt()
1073 if (test_bit(XPT_TEMP, &xprt->xpt_flags) && in svc_delete_xprt()
H A Dsvc.c1499 if (rqstp->rq_xprt && test_bit(XPT_TEMP, &rqstp->rq_xprt->xpt_flags)) in svc_process_common()