Home
last modified time | relevance | path

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

/linux/include/net/netns/
H A Dipv4.h270 unsigned int sysctl_udp_child_hash_entries; member
/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst151 unsigned_int sysctl_udp_child_hash_entries
/linux/net/ipv4/
H A Dsysctl_net_ipv4.c424 ipv4.sysctl_udp_child_hash_entries); in proc_udp_hash_entries()
1535 .data = &init_net.ipv4.sysctl_udp_child_hash_entries,
1541 .data = &init_net.ipv4.sysctl_udp_child_hash_entries,
H A Dudp.c3813 hash_entries = READ_ONCE(old_net->ipv4.sysctl_udp_child_hash_entries); in udp_pernet_init()