Home
last modified time | relevance | path

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

/Linux-v4.19/net/sunrpc/
Dxprt.c218 if (!test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_clear_locked()
618 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_autoclose()
648 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_force_disconnect()
676 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_conditional_disconnect()
771 if (test_and_clear_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_connect()
Dxprtsock.c776 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_release_xprt()
807 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_sock_reset_connection_flags()
1625 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_state_change()
/Linux-v4.19/include/linux/sunrpc/
Dxprt.h398 #define XPRT_CLOSE_WAIT (3) macro