Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sunrpc/
Dxprt.c445 task->tk_pid, xprt, xprt_connected(xprt)); in xprt_connect()
456 if (xprt_connected(xprt)) in xprt_connect()
483 task->tk_pid, status, xprt_connected(xprt)); in xprt_connect()
984 sk->state, xprt_connected(xprt), in tcp_state_change()
1121 if (!xprt_connected(xprt)) { in xprt_transmit()
1198 if (!xprt_connected(xprt)) in do_xprt_transmit()
1236 if (!xprt_connected(xprt)) in do_xprt_transmit()
Dclnt.c553 xprt, (xprt_connected(xprt) ? "is" : "is not")); in call_bind()
555 task->tk_action = (xprt_connected(xprt)) ? call_transmit : call_connect; in call_bind()
576 if (xprt_connected(clnt->cl_xprt)) { in call_connect()
/linux-2.4.37.9/include/linux/sunrpc/
Dxprt.h204 #define xprt_connected(xp) (test_bit(XPRT_CONNECT, &(xp)->sockstate)) macro