Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dbackchannel_rqst.c266 req->rq_connect_cookie = xprt->connect_cookie; in xprt_alloc_bc_request()
289 req->rq_connect_cookie = xprt->connect_cookie - 1; in xprt_free_bc_rqst()
335 if (req->rq_connect_cookie != xprt->connect_cookie) in xprt_lookup_bc_request()
Dclnt.c1955 if (req->rq_connect_cookie != req->rq_xprt->connect_cookie) in call_bc_transmit()
1988 req->rq_connect_cookie); in call_bc_transmit()
2005 req->rq_connect_cookie = req->rq_xprt->connect_cookie; in call_bc_transmit()
2053 req->rq_connect_cookie); in call_status()
2210 req->rq_connect_cookie); in call_decode()
Dxprt.c914 && req->rq_connect_cookie == xprt->connect_cookie) { in xprt_prepare_transmit()
1002 req->rq_connect_cookie = xprt->connect_cookie; in xprt_transmit()
1243 req->rq_connect_cookie = xprt->connect_cookie - 1; in xprt_request_init()
/linux-4.4.14/include/linux/sunrpc/
Dxprt.h99 unsigned int rq_connect_cookie; member