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