Searched refs:fib_rule_matchall (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/net/
H A Dfib_rules.h176 bool fib_rule_matchall(const struct fib_rule *rule);
/linux-master/net/ipv4/
H A Dfib_rules.c55 return fib_rule_matchall(rule);
H A Dipmr.c297 return fib_rule_matchall(rule) && rule->table == RT_TABLE_DEFAULT;
/linux-master/net/ipv6/
H A Dfib6_rules.c38 return fib_rule_matchall(rule);
H A Dip6mr.c286 return fib_rule_matchall(rule) && rule->action == FR_ACT_TO_TBL &&
/linux-master/net/core/
H A Dfib_rules.c37 bool fib_rule_matchall(const struct fib_rule *rule) function
53 EXPORT_SYMBOL_GPL(fib_rule_matchall); variable

Completed in 187 milliseconds