Home
last modified time | relevance | path

Searched refs:sysctl_tcp_plb_idle_rehash_rounds (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/net/ipv4/
Dtcp_plb.c58 idle_rehash = READ_ONCE(net->ipv4.sysctl_tcp_plb_idle_rehash_rounds) && in tcp_plb_check_rehash()
61 READ_ONCE(net->ipv4.sysctl_tcp_plb_idle_rehash_rounds); in tcp_plb_check_rehash()
Dsysctl_net_ipv4.c1444 .data = &init_net.ipv4.sysctl_tcp_plb_idle_rehash_rounds,
Dtcp_ipv4.c3273 net->ipv4.sysctl_tcp_plb_idle_rehash_rounds = 3; in tcp_sk_init()
/linux-6.6.21/include/net/netns/
Dipv4.h189 u8 sysctl_tcp_plb_idle_rehash_rounds; member