Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_sack.c451 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()
H A Dtcp_var.h225 int snd_numholes; /* number of holes seen by sender */ member
H A Dtcp_log_buf.c1692 COPY_STAT(snd_numholes); in tcp_log_event_()
H A Dtcp_usrreq.c3044 tp->snd_numholes, TAILQ_FIRST(&tp->snd_holes)); in db_print_tcpcb()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h225 int snd_numholes; /* number of holes seen by sender */ member