Searched refs:snd_numholes (Results 1 – 2 of 2) sorted by relevance
249 if (tp->snd_numholes >= V_tcp_sack_maxholes) { in tcp_sackhole_alloc()261 tp->snd_numholes++; in tcp_sackhole_alloc()274 tp->snd_numholes--; in tcp_sackhole_free()276 KASSERT(tp->snd_numholes >= 0, ("tp->snd_numholes >= 0")); in tcp_sackhole_free()536 KASSERT(tp->snd_numholes == 0, ("tp->snd_numholes == 0")); in tcp_free_sackholes()
303 int32_t snd_numholes; /* number of holes seen by sender */ member