Home
last modified time | relevance | path

Searched refs:sysctl_nexthop_compat_mode (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/include/net/netns/
H A Dipv4.h155 u8 sysctl_nexthop_compat_mode; member
/linux-6.15/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst59 u8 sysctl_nexthop_compat_mode
/linux-6.15/net/ipv4/
H A Dsysctl_net_ipv4.c772 .data = &init_net.ipv4.sysctl_nexthop_compat_mode,
H A Daf_inet.c1812 net->ipv4.sysctl_nexthop_compat_mode = 1; in inet_init_net()
H A Dnexthop.c2137 !READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)); in __remove_nexthop_fib()
2641 READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)) in insert_nexthop()
H A Dfib_semantics.c1776 if (!READ_ONCE(fi->fib_net->ipv4.sysctl_nexthop_compat_mode)) in fib_dump_info()
/linux-6.15/net/ipv6/
H A Droute.c5819 if (READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode) && in rt6_fill_node()