Searched refs:sack_begin (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 239 tcp_seq sack_begin, sack_end; in tcp_parse_options() local 340 sack_begin = BE32_TO_U32(up); in tcp_parse_options() 352 if (SEQ_LEQ(sack_end, sack_begin) || in tcp_parse_options() 353 SEQ_LT(sack_begin, tcp->tcp_suna) || in tcp_parse_options() 358 sack_begin, sack_end, in tcp_parse_options()
|
/titanic_50/usr/src/stand/lib/tcp/ |
H A D | tcp.c | 2029 tcp_seq sack_begin, sack_end; in tcp_parse_options() local 2118 sack_begin = BE32_TO_U32(up); in tcp_parse_options() 2130 if (SEQ_LEQ(sack_end, sack_begin) || in tcp_parse_options() 2131 SEQ_LT(sack_begin, tcp->tcp_suna) || in tcp_parse_options() 2136 sack_begin, sack_end, in tcp_parse_options()
|