Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_var.h670 uint8_t iaj_small_pkt; /* Count of packets smaller than iaj_size */ member
H A Dtcp_input.c360 tp->iaj_small_pkt = 0; in update_iaj_state()
3167 TCP_INC_VAR(tp->iaj_small_pkt, segment_count); in tcp_input()
3168 if (tp->iaj_small_pkt > RESET_IAJ_SIZE_THRESH) { in tcp_input()