Searched refs:TCP_RCV_COPY_DATA (Results 1 – 3 of 3) sorted by relevance
76 #define TCP_RCV_COPY_DATA (1UL << 3) macro
1205 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_check_fraghdr()1263 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()1268 transport->tcp_flags |= TCP_RCV_COPY_DATA; in xs_tcp_read_calldir()1317 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()1338 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()1341 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_common()1373 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_reply()1406 if (!(transport->tcp_flags & TCP_RCV_COPY_DATA)) in xs_tcp_read_callback()1463 transport->tcp_flags &= ~TCP_RCV_COPY_DATA; in xs_tcp_read_data()1512 if (transport->tcp_flags & TCP_RCV_COPY_DATA) { in xs_tcp_data_recv()
505 { TCP_RCV_COPY_DATA, "TCP_RCV_COPY_DATA" }, \