Home
last modified time | relevance | path

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

/linux/include/net/netns/
H A Dipv4.h175 u8 sysctl_nexthop_compat_mode; member
/linux/net/ipv4/
H A Dsysctl_net_ipv4.c803 .data = &init_net.ipv4.sysctl_nexthop_compat_mode,
H A Daf_inet.c1809 net->ipv4.sysctl_nexthop_compat_mode = 1; in inet_init_net()
H A Dnexthop.c2170 !READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)); in __remove_nexthop_fib()
2688 READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)) in insert_nexthop()
/linux/net/ipv6/
H A Droute.c5917 if (READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode) && in rt6_fill_node()