Searched refs:TCP_RCV_READ_CALLDIR (Results 1 – 3 of 3) sorted by relevance
72 #define TCP_RCV_READ_CALLDIR (1UL << 4) macro
407 { TCP_RCV_READ_CALLDIR, "TCP_RCV_READ_CALLDIR" }, \
1099 transport->tcp_flags |= TCP_RCV_READ_CALLDIR; in xs_tcp_read_xid()1129 transport->tcp_flags &= ~TCP_RCV_READ_CALLDIR; in xs_tcp_read_calldir()1373 if (transport->tcp_flags & TCP_RCV_READ_CALLDIR) { in xs_tcp_data_recv()