Searched refs:fib_rule_matchall (Results 1 – 3 of 3) sorted by relevance
197 bool fib_rule_matchall(const struct fib_rule *rule);
38 bool fib_rule_matchall(const struct fib_rule *rule) in fib_rule_matchall() function54 EXPORT_SYMBOL_GPL(fib_rule_matchall);
304 return fib_rule_matchall(rule) && rule->table == RT_TABLE_DEFAULT; in ipmr_rule_default()