Home
last modified time | relevance | path

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

/linux/include/net/netns/
H A Dipv4.h176 u8 sysctl_nexthop_compat_mode; member
/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst61 u8 sysctl_nexthop_compat_mode
/linux/net/ipv4/
H A Dsysctl_net_ipv4.c803 .data = &init_net.ipv4.sysctl_nexthop_compat_mode,
H A Dnexthop.c2186 !READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)); in __remove_nexthop_fib()
2721 READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)) in insert_nexthop()
H A Dfib_semantics.c1795 if (!READ_ONCE(fi->fib_net->ipv4.sysctl_nexthop_compat_mode)) in fib_dump_info()
/linux/net/ipv6/
H A Droute.c5940 if (READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode) && in rt6_fill_node()