Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/netinet/
H A Dtcp_input.c2937 int seg_size = tlen; in tcp_input() local
2942 if (tp->iaj_size == 0 || seg_size > tp->iaj_size || in tcp_input()
2943 (seg_size == tp->iaj_size && tp->iaj_rcv_ts == 0)) { in tcp_input()
2949 update_iaj_state(tp, seg_size, 0); in tcp_input()
2951 if (seg_size == tp->iaj_size) { in tcp_input()
2958 if (seg_size < tp->iaj_size) { in tcp_input()
2971 update_iaj_state(tp, seg_size, 1); in tcp_input()
2976 update_iaj_state(tp, seg_size, 0); in tcp_input()