Home
last modified time | relevance | path

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

/Linux-v6.1/net/ipv4/
Dfib_rules.c282 net->ipv4.fib_has_custom_rules = true; in fib4_rule_configure()
303 net->ipv4.fib_has_custom_rules = true; in fib4_rule_delete()
423 net->ipv4.fib_has_custom_rules = false; in fib4_rules_init()
Dfib_frontend.c87 if (id == RT_TABLE_LOCAL && !net->ipv4.fib_has_custom_rules) in fib_new_table()
/Linux-v6.1/include/net/netns/
Dipv4.h63 bool fib_has_custom_rules; member
/Linux-v6.1/include/net/
Dip_fib.h374 if (net->ipv4.fib_has_custom_rules) in fib_lookup()
403 return net->ipv4.fib_has_custom_rules; in fib4_has_custom_rules()