Home
last modified time | relevance | path

Searched refs:sack_end (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c368 tcp_seq sack_begin, sack_end; in tcp_parse_options() local
471 sack_end = BE32_TO_U32(up); in tcp_parse_options()
481 if (SEQ_LEQ(sack_end, sack_begin) || in tcp_parse_options()
483 SEQ_GT(sack_end, tcp->tcp_snxt)) { in tcp_parse_options()
487 sack_begin, sack_end, in tcp_parse_options()
490 if (SEQ_GT(sack_end, tcp->tcp_fack)) { in tcp_parse_options()
491 tcp->tcp_fack = sack_end; in tcp_parse_options()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c2028 tcp_seq sack_begin, sack_end; in tcp_parse_options() local
2119 sack_end = BE32_TO_U32(up); in tcp_parse_options()
2129 if (SEQ_LEQ(sack_end, sack_begin) || in tcp_parse_options()
2131 SEQ_GT(sack_end, tcp->tcp_snxt)) { in tcp_parse_options()
2135 sack_begin, sack_end, in tcp_parse_options()
2138 if (SEQ_GT(sack_end, tcp->tcp_fack)) { in tcp_parse_options()
2139 tcp->tcp_fack = sack_end; in tcp_parse_options()