Home
last modified time | relevance | path

Searched refs:xprt_test_and_set_connected (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/linux/sunrpc/
Dxprt.h206 #define xprt_test_and_set_connected(xp) (test_and_set_bit(XPRT_CONNECT, &(xp)->sockstate)) macro
/linux-2.4.37.9/net/sunrpc/
Dxprt.c989 if (xprt_test_and_set_connected(xprt)) in tcp_state_change()