Home
last modified time | relevance | path

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

/linux/include/net/
H A Dfib_rules.h197 bool fib_rule_matchall(const struct fib_rule *rule);
/linux/net/core/
H A Dfib_rules.c38 bool fib_rule_matchall(const struct fib_rule *rule) in fib_rule_matchall() function
54 EXPORT_SYMBOL_GPL(fib_rule_matchall);
/linux/net/ipv4/
H A Dipmr.c304 return fib_rule_matchall(rule) && rule->table == RT_TABLE_DEFAULT; in ipmr_rule_default()