Searched refs:snd_numholes (Results 1 – 5 of 5) sorted by relevance
451 if (tp->snd_numholes >= V_tcp_sack_maxholes || in tcp_sackhole_alloc()465 tp->snd_numholes++; in tcp_sackhole_alloc()480 tp->snd_numholes--; in tcp_sackhole_free()483 KASSERT(tp->snd_numholes >= 0, ("tp->snd_numholes >= 0")); in tcp_sackhole_free()773 KASSERT(tp->snd_numholes == 0, ("tp->snd_numholes == 0")); in tcp_free_sackholes()
225 int snd_numholes; /* number of holes seen by sender */ member
1692 COPY_STAT(snd_numholes); in tcp_log_event_()
3044 tp->snd_numholes, TAILQ_FIRST(&tp->snd_holes)); in db_print_tcpcb()