Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/netns/
Dipv4.h112 u8 sysctl_nexthop_compat_mode; member
/Linux-v6.6/net/ipv4/
Dsysctl_net_ipv4.c718 .data = &init_net.ipv4.sysctl_nexthop_compat_mode,
Daf_inet.c1870 net->ipv4.sysctl_nexthop_compat_mode = 1; in inet_init_net()
Dnexthop.c1884 !READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)); in __remove_nexthop_fib()
2388 READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)) in insert_nexthop()
Dfib_semantics.c1827 if (!READ_ONCE(fi->fib_net->ipv4.sysctl_nexthop_compat_mode)) in fib_dump_info()
/Linux-v6.6/net/ipv6/
Droute.c5743 if (READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode) && in rt6_fill_node()