Home
last modified time | relevance | path

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

/Linux-v5.4/include/net/
Dfib_rules.h196 bool fib_rule_matchall(const struct fib_rule *rule);
/Linux-v5.4/net/ipv4/
Dfib_rules.c53 return fib_rule_matchall(rule); in fib4_rule_matchall()
Dipmr.c293 return fib_rule_matchall(rule) && rule->table == RT_TABLE_DEFAULT; in ipmr_rule_default()
/Linux-v5.4/net/ipv6/
Dfib6_rules.c36 return fib_rule_matchall(rule); in fib6_rule_matchall()
Dip6mr.c280 return fib_rule_matchall(rule) && rule->action == FR_ACT_TO_TBL && in ip6mr_rule_default()
/Linux-v5.4/net/core/
Dfib_rules.c23 bool fib_rule_matchall(const struct fib_rule *rule) in fib_rule_matchall() function
39 EXPORT_SYMBOL_GPL(fib_rule_matchall);