Home
last modified time | relevance | path

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

/linux-4.1.27/net/sunrpc/
Dxprt.c216 if (!test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_clear_locked()
612 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_autoclose()
641 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_force_disconnect()
668 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_conditional_disconnect()
746 if (test_and_clear_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_connect()
Dxprtsock.c755 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_release_xprt()
779 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_sock_reset_connection_flags()
1477 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_state_change()
/linux-4.1.27/include/linux/sunrpc/
Dxprt.h359 #define XPRT_CLOSE_WAIT (3) macro