Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dfib_rules.h84 FR_ACT_GOTO, /* Jump to another rule */ enumerator
/linux/net/core/
H A Dfib_rules.c326 if (rule->action == FR_ACT_GOTO) { in fib_rules_lookup()
654 if (nlrule->action != FR_ACT_GOTO) { in fib_nl2rule()
660 } else if (nlrule->action == FR_ACT_GOTO) { in fib_nl2rule()
956 if (r->action == FR_ACT_GOTO && in fib_newrule()
966 if (rule->action == FR_ACT_GOTO) in fib_newrule()
1065 if (rule->action == FR_ACT_GOTO) { in fib_delrule()
1174 if (rule->action == FR_ACT_GOTO && in fib_nl_fill_rule()