Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dfib_rules.c345 net->ipv4.fib_has_custom_rules = true; in fib4_rule_configure()
366 net->ipv4.fib_has_custom_rules = true; in fib4_rule_delete()
516 net->ipv4.fib_has_custom_rules = false; in fib4_rules_init()
H A Dfib_frontend.c87 if (id == RT_TABLE_LOCAL && !net->ipv4.fib_has_custom_rules) in fib_new_table()
/linux/include/net/netns/
H A Dipv4.h114 bool fib_has_custom_rules; member
/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst26 bool fib_has_custom_rules
/linux/include/net/
H A Dip_fib.h381 if (net->ipv4.fib_has_custom_rules) in fib_lookup()
410 return net->ipv4.fib_has_custom_rules; in fib4_has_custom_rules()