Searched refs:FR_ACT_GOTO (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/uapi/linux/
H A Dfib_rules.h49 FRA_GOTO, /* target to jump to (FR_ACT_GOTO) */
78 FR_ACT_GOTO, /* Jump to another rule */ enumerator in enum:__anon12787
/linux-master/net/core/
H A Dfib_rules.c304 if (rule->action == FR_ACT_GOTO) {
614 if (nlrule->action != FR_ACT_GOTO) {
625 } else if (nlrule->action == FR_ACT_GOTO) {
848 if (r->action == FR_ACT_GOTO &&
858 if (rule->action == FR_ACT_GOTO)
936 if (rule->action == FR_ACT_GOTO) {
1032 if (rule->action == FR_ACT_GOTO &&

Completed in 138 milliseconds