Home
last modified time | relevance | path

Searched refs:sysctl_local_unbindable_ports (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv4.h207 unsigned long *sysctl_local_unbindable_ports; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dsysctl_net_ipv4.c676 .data = &init_net.ipv4.sysctl_local_unbindable_ports,
1347 net->ipv4.sysctl_local_unbindable_ports = kzalloc(65536 / 8, GFP_KERNEL); in ipv4_sysctl_init_net()
1348 if (!net->ipv4.sysctl_local_unbindable_ports) in ipv4_sysctl_init_net()
1368 kfree(net->ipv4.sysctl_local_unbindable_ports); in ipv4_sysctl_exit_net()
/OK3568_Linux_fs/kernel/include/net/
H A Dip.h351 if (!net->ipv4.sysctl_local_unbindable_ports) in inet_is_local_unbindable_port()
353 return test_bit(port, net->ipv4.sysctl_local_unbindable_ports); in inet_is_local_unbindable_port()