XPRT_CONNECTING
clear_bit(XPRT_CONNECTING, &xprt->state);
return test_bit(XPRT_CONNECTING, &xprt->state);
return test_and_set_bit(XPRT_CONNECTING, &xprt->state);
{ BIT(XPRT_CONNECTING), "CONNECTING" }, \
connecting = test_bit(XPRT_CONNECTING, &xprt->state);