fib_rule_matchall
bool fib_rule_matchall(const struct fib_rule *rule);
EXPORT_SYMBOL_GPL(fib_rule_matchall);
return fib_rule_matchall(rule);
return fib_rule_matchall(rule) && rule->table == RT_TABLE_DEFAULT;
return fib_rule_matchall(rule);
return fib_rule_matchall(rule) && rule->action == FR_ACT_TO_TBL &&