Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/sunrpc/
Dxprt.h417 #define XPRT_CLOSING (6) macro
/Linux-v5.4/net/sunrpc/
Dxprtsock.c1236 clear_bit(XPRT_CLOSING, &xprt->state); in xs_sock_reset_connection_flags()
1537 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1558 set_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
1567 clear_bit(XPRT_CLOSING, &xprt->state); in xs_tcp_state_change()
Dxprt.c739 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_conditional_disconnect()
839 if (test_bit(XPRT_CLOSING, &xprt->state)) in xprt_connect()