Searched refs:FR_ACT_TO_TBL (Results 1 - 7 of 7) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfib_rules.h77 FR_ACT_TO_TBL, /* Pass to fixed table */ enumerator in enum:__anon12787
/linux-master/net/ipv4/
H A Dfib_rules.c60 if (!fib4_rule_matchall(rule) || rule->action != FR_ACT_TO_TBL ||
117 case FR_ACT_TO_TBL:
247 if (rule->action == FR_ACT_TO_TBL) {
H A Dipmr.c178 case FR_ACT_TO_TBL:
/linux-master/net/ipv6/
H A Dfib6_rules.c43 if (!fib6_rule_matchall(rule) || rule->action != FR_ACT_TO_TBL ||
169 case FR_ACT_TO_TBL:
209 case FR_ACT_TO_TBL:
360 if (rule->action == FR_ACT_TO_TBL && !rule->l3mdev) {
H A Dip6mr.c167 case FR_ACT_TO_TBL:
286 return fib_rule_matchall(rule) && rule->action == FR_ACT_TO_TBL &&
/linux-master/net/core/
H A Dfib_rules.c65 r->action = FR_ACT_TO_TBL;
/linux-master/drivers/net/
H A Dvrf.c1567 frh->action = FR_ACT_TO_TBL;

Completed in 255 milliseconds