Home
last modified time | relevance | path

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

/linux-6.15/include/net/netns/
H A Dipv4.h138 struct local_ports ip_local_ports; member
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst45 struct_local_ports ip_local_ports
/linux-6.15/net/ipv4/
H A Dsysctl_net_ipv4.c59 if (same_parity && !net->ipv4.ip_local_ports.warned) { in set_local_port_range()
60 net->ipv4.ip_local_ports.warned = true; in set_local_port_range()
63 WRITE_ONCE(net->ipv4.ip_local_ports.range, high << 16 | low); in set_local_port_range()
H A Daf_inet.c1793 net->ipv4.ip_local_ports.range = 60999u << 16 | 32768u; in inet_init_net()
/linux-6.15/include/net/
H A Dip.h352 u32 range = READ_ONCE(net->ipv4.ip_local_ports.range); in inet_get_local_port_range()