Searched refs:TCP_RCV_LAST_FRAG (Results 1 – 3 of 3) sorted by relevance
70 #define TCP_RCV_LAST_FRAG (1UL << 0) macro
1107 transport->tcp_flags |= TCP_RCV_LAST_FRAG; in xs_tcp_read_fraghdr()1109 transport->tcp_flags &= ~TCP_RCV_LAST_FRAG; in xs_tcp_read_fraghdr()1130 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) { in xs_tcp_check_fraghdr()1275 if (transport->tcp_flags & TCP_RCV_LAST_FRAG) in xs_tcp_read_common()
403 { TCP_RCV_LAST_FRAG, "TCP_RCV_LAST_FRAG" }, \