Searched refs:tcp_syn_cache_limit (Results 1 – 3 of 3) sorted by relevance
696 extern int tcp_syn_cache_limit; /* max entries for compressed state engine */
177 { TCPCTL_SYN_CACHE_LIMIT, &tcp_syn_cache_limit, 1, 1000 * 1000 },1392 tcpstat.tcps_sc_entry_limit = atomic_load_int(&tcp_syn_cache_limit); in tcp_sysctl_tcpstat()
3128 int tcp_syn_cache_limit = /* [a] global entry limit */ variable3301 } else if (set->scs_count >= atomic_load_int(&tcp_syn_cache_limit)) { in syn_cache_insert()