Searched refs:xprt_connected (Results 1 – 3 of 3) sorted by relevance
445 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()
553 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()
204 #define xprt_connected(xp) (test_bit(XPRT_CONNECT, &(xp)->sockstate)) macro