fib_rule_matchall  197 include/net/fib_rules.h bool fib_rule_matchall(const struct fib_rule *rule);
fib_rule_matchall   39 net/core/fib_rules.c EXPORT_SYMBOL_GPL(fib_rule_matchall);
fib_rule_matchall   53 net/ipv4/fib_rules.c 	return fib_rule_matchall(rule);
fib_rule_matchall  293 net/ipv4/ipmr.c 	return fib_rule_matchall(rule) && rule->table == RT_TABLE_DEFAULT;
fib_rule_matchall   36 net/ipv6/fib6_rules.c 	return fib_rule_matchall(rule);
fib_rule_matchall  280 net/ipv6/ip6mr.c 	return fib_rule_matchall(rule) && rule->action == FR_ACT_TO_TBL &&