Home
last modified time | relevance | path

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

/linux-4.4.14/net/sunrpc/
Dxprt.c217 if (!test_bit(XPRT_CLOSE_WAIT, &xprt->state)) { in xprt_clear_locked()
614 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_autoclose()
644 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_force_disconnect()
671 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xprt_conditional_disconnect()
749 if (test_and_clear_bit(XPRT_CLOSE_WAIT, &xprt->state)) in xprt_connect()
Dxprtsock.c737 set_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_release_xprt()
761 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_sock_reset_connection_flags()
1567 clear_bit(XPRT_CLOSE_WAIT, &xprt->state); in xs_tcp_state_change()
/linux-4.4.14/include/linux/sunrpc/
Dxprt.h384 #define XPRT_CLOSE_WAIT (3) macro