Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/sunrpc/
H A Dbackchannel_rqst.c272 req->rq_connect_cookie = xprt->connect_cookie; in xprt_get_bc_request()
295 req->rq_connect_cookie = xprt->connect_cookie - 1; in xprt_free_bc_rqst()
346 if (req->rq_connect_cookie != xprt->connect_cookie) in xprt_lookup_bc_request()
H A Dxprt.c777 return req->rq_connect_cookie != xprt_connect_cookie(xprt) || in xprt_request_retransmit_after_disconnect()
890 task->tk_rqstp->rq_connect_cookie = xprt->connect_cookie; in xprt_connect()
1522 req->rq_connect_cookie = connect_cookie; in xprt_request_transmit()
1762 req->rq_connect_cookie = xprt_connect_cookie(xprt) - 1; in xprt_init_connect_cookie()
H A Dclnt.c2096 task->tk_rqstp->rq_connect_cookie); in call_connect_status()
2282 req->rq_connect_cookie); in call_bc_transmit_status()
2495 req->rq_connect_cookie); in call_decode()
/OK3568_Linux_fs/kernel/include/linux/sunrpc/
H A Dxprt.h108 unsigned int rq_connect_cookie; member
/OK3568_Linux_fs/kernel/net/sunrpc/xprtrdma/
H A Dtransport.c658 if (rqst->rq_connect_cookie == xprt->connect_cookie) in xprt_rdma_send_request()