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

  /src/sys/netinet/
tcp_sack.c 173 if (tp->snd_numholes >= tcp_sack_tp_maxholes ||
266 if (tcp_sack_globalmaxholes == 0 || tcp_sack_tp_maxholes == 0) {
tcp_var.h 751 extern int tcp_sack_tp_maxholes; /* Max holes per connection. */
tcp_subr.c 204 int tcp_sack_tp_maxholes = 32; variable in typeref:typename:int
tcp_usrreq.c 2191 NULL, 0, &tcp_sack_tp_maxholes, 0,

Completed in 77 milliseconds