Searched refs:fib_rule_matchall (Results 1 – 6 of 6) sorted by relevance
195 bool fib_rule_matchall(const struct fib_rule *rule);
56 return fib_rule_matchall(rule); in fib4_rule_matchall()
297 return fib_rule_matchall(rule) && rule->table == RT_TABLE_DEFAULT; in ipmr_rule_default()
39 return fib_rule_matchall(rule); in fib6_rule_matchall()
276 return fib_rule_matchall(rule) && rule->action == FR_ACT_TO_TBL && in ip6mr_rule_default()
26 bool fib_rule_matchall(const struct fib_rule *rule) in fib_rule_matchall() function42 EXPORT_SYMBOL_GPL(fib_rule_matchall);