HomeSort by: relevance | last modified time | path
    Searched refs:snd_numholes (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
tcp_sack.c 173 if (tp->snd_numholes >= tcp_sack_tp_maxholes ||
181 tp->snd_numholes++;
213 tp->snd_numholes--;
436 KASSERT(tp->snd_numholes == 0);
544 printf("numholes=%d\n", tp->snd_numholes);
tcp_var.h 351 int snd_numholes; /* Number of TX SACK holes. */ member in struct:tcpcb
tcp_subr.c 884 .snd_numholes = 0,

Completed in 37 milliseconds