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