Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dfib6_rules.c68 if (net->ipv6.fib6_has_custom_rules) { in fib6_lookup()
95 if (net->ipv6.fib6_has_custom_rules) { in fib6_rule_lookup()
381 net->ipv6.fib6_has_custom_rules = true; in fib6_rule_configure()
H A Dip6_input.c103 if (fib6_routes_require_src(net) || fib6_has_custom_rules(net)) in ip6_extract_route_hint()
H A Droute.c6296 net->ipv6.fib6_has_custom_rules = false; in ip6_route_net_init()
/OK3568_Linux_fs/kernel/include/net/
H A Dip6_fib.h602 static inline bool fib6_has_custom_rules(const struct net *net) in fib6_has_custom_rules() function
604 return net->ipv6.fib6_has_custom_rules; in fib6_has_custom_rules()
632 static inline bool fib6_has_custom_rules(const struct net *net) in fib6_has_custom_rules() function
/OK3568_Linux_fs/kernel/include/net/netns/
H A Dipv6.h86 bool fib6_has_custom_rules; member