Home
last modified time | relevance | path

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

/linux/include/net/
A Dfib_rules.h176 bool fib_rule_matchall(const struct fib_rule *rule);
/linux/net/ipv4/
A Dfib_rules.c56 return fib_rule_matchall(rule); in fib4_rule_matchall()
A Dipmr.c298 return fib_rule_matchall(rule) && rule->table == RT_TABLE_DEFAULT; in ipmr_rule_default()
/linux/net/ipv6/
A Dfib6_rules.c39 return fib_rule_matchall(rule); in fib6_rule_matchall()
A Dip6mr.c286 return fib_rule_matchall(rule) && rule->action == FR_ACT_TO_TBL && in ip6mr_rule_default()
/linux/net/core/
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);

Completed in 24 milliseconds