Searched refs:fib_rule_matchall (Results 1 – 5 of 5) sorted by relevance
204 bool fib_rule_matchall(const struct fib_rule *rule);
58 return fib_rule_matchall(rule); in fib4_rule_matchall()
304 return fib_rule_matchall(rule) && rule->table == RT_TABLE_DEFAULT; in ipmr_rule_default()
42 return fib_rule_matchall(rule); in fib6_rule_matchall()
38 bool fib_rule_matchall(const struct fib_rule *rule) in fib_rule_matchall() function