Searched refs:iaj_small_pkt (Results 1 – 2 of 2) sorted by relevance
670 uint8_t iaj_small_pkt; /* Count of packets smaller than iaj_size */ member
360 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()