Searched refs:TCP_RCV_COPY_DATA (Results 1 – 3 of 3) sorted by relevance
71 #define TCP_RCV_COPY_DATA (1UL << 3) macro
1079 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_check_fraghdr()1137 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()1142 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()1204 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()1221 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()1224 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()1253 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_reply()1288 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_callback()1330 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_data()1378 if (transport->tcp_flags & TCP_RCV_COPY_DATA) { in xs_tcp_data_recv()
406 { TCP_RCV_COPY_DATA, "TCP_RCV_COPY_DATA" }, \