Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_sack.c249 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()
Dtcp_var.h303 int32_t snd_numholes; /* number of holes seen by sender */ member