Home
last modified time | relevance | path

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

/Linux-v5.10/include/net/netns/
Dipv4.h38 int sysctl_max_tw_buckets; member
/Linux-v5.10/net/dccp/
Dminisocks.c25 .sysctl_max_tw_buckets = NR_FILE * 2,
/Linux-v5.10/net/ipv4/
Dinet_timewait_sock.c161 if (atomic_read(&dr->tw_count) >= dr->sysctl_max_tw_buckets) in inet_twsk_alloc()
Dsysctl_net_ipv4.c990 .data = &init_net.ipv4.tcp_death_row.sysctl_max_tw_buckets,
Dtcp_ipv4.c2870 net->ipv4.tcp_death_row.sysctl_max_tw_buckets = cnt / 2; in tcp_sk_init()