Searched refs:tcp_sackhole_limit (Results 1 – 3 of 3) sorted by relevance
130 int tcp_sackhole_limit = 32*1024; /* hardlimit for sackhl_pool */ variable160 pool_sethardlimit(&sackhl_pool, tcp_sackhole_limit, NULL, 0); in tcp_init()
1459 nval = tcp_sackhole_limit; in tcp_sysctl()1461 if (!error && nval != tcp_sackhole_limit) { in tcp_sysctl()1464 tcp_sackhole_limit = nval; in tcp_sysctl()
687 extern int tcp_sackhole_limit; /* max entries for tcp sack queues */