Searched refs:TCP_RCV_COPY_DATA (Results 1 – 3 of 3) sorted by relevance
73 #define TCP_RCV_COPY_DATA (1UL << 3) macro
1131 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_check_fraghdr()1189 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()1194 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()1256 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()1273 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()1276 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()1305 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_reply()1340 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_callback()1393 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_data()1441 if (transport->tcp_flags & TCP_RCV_COPY_DATA) { in xs_tcp_data_recv()
406 { TCP_RCV_COPY_DATA, "TCP_RCV_COPY_DATA" }, \