Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv4.h115 int sysctl_nexthop_compat_mode; member
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dnexthop.c885 !READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)); in __remove_nexthop_fib()
1177 READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode)) in insert_nexthop()
H A Dsysctl_net_ipv4.c644 .data = &init_net.ipv4.sysctl_nexthop_compat_mode,
H A Daf_inet.c1858 net->ipv4.sysctl_nexthop_compat_mode = 1; in inet_init_net()
H A Dfib_semantics.c1837 if (!READ_ONCE(fi->fib_net->ipv4.sysctl_nexthop_compat_mode)) in fib_dump_info()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Droute.c5601 if (READ_ONCE(net->ipv4.sysctl_nexthop_compat_mode) && in rt6_fill_node()