Searched refs:iaj_pktcnt (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_var.h417 uint16_t iaj_pktcnt; /* packet count, to avoid throttling initially */ member in struct:tcpcb
H A Dtcp_input.c515 if (tp->iaj_pktcnt > IAJ_IGNORE_PKTCNT) {
2237 if (tp->iaj_pktcnt <= IAJ_IGNORE_PKTCNT) {
2238 TCP_INC_VAR(tp->iaj_pktcnt, nlropkts);

Completed in 23 milliseconds