Home
last modified time | relevance | path

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

/linux/net/sunrpc/
H A Dbackchannel_rqst.c257 req->rq_connect_cookie = xprt->connect_cookie; in xprt_get_bc_request()
280 req->rq_connect_cookie = xprt->connect_cookie - 1; in xprt_free_bc_rqst()
331 if (req->rq_connect_cookie != xprt->connect_cookie) in xprt_lookup_bc_request()
H A Dxprt.c742 xprt->connect_cookie++; in xprt_autoclose()
802 return READ_ONCE(xprt->connect_cookie); in xprt_connect_cookie()
830 if (cookie != xprt->connect_cookie) in xprt_conditional_disconnect()
937 task->tk_rqstp->rq_connect_cookie = xprt->connect_cookie; in xprt_connect()
1546 unsigned int connect_cookie; in xprt_request_transmit() local
1577 connect_cookie = xprt->connect_cookie; in xprt_request_transmit()
1602 req->rq_connect_cookie = connect_cookie; in xprt_request_transmit()
H A Dxprtsock.c1212 xprt->connect_cookie++; in xs_sock_reset_connection_flags()
1539 xprt->connect_cookie++; in xs_tcp_state_change()
1551 xprt->connect_cookie++; in xs_tcp_state_change()
1561 xprt->connect_cookie++; in xs_tcp_state_change()
2555 upper_xprt->connect_cookie++; in xs_tcp_tls_finish_connecting()
2732 upper_xprt->connect_cookie++; in xs_tcp_tls_setup_socket()
/linux/net/sunrpc/xprtrdma/
H A Dtransport.c236 xprt->connect_cookie++; in xprt_rdma_connect_worker()
381 ++xprt->connect_cookie; in xprt_rdma_close()
644 if (rqst->rq_connect_cookie == xprt->connect_cookie) in xprt_rdma_send_request()
/linux/include/linux/sunrpc/
H A Dxprt.h240 unsigned int connect_cookie; /* A cookie that gets bumped member