Home
last modified time | relevance | path

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

/linux-6.15/include/uapi/linux/
H A Dfib_rules.h84 FR_ACT_GOTO, /* Jump to another rule */ enumerator
/linux-6.15/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()
955 if (r->action == FR_ACT_GOTO && in fib_newrule()
965 if (rule->action == FR_ACT_GOTO) in fib_newrule()
1063 if (rule->action == FR_ACT_GOTO) { in fib_delrule()
1172 if (rule->action == FR_ACT_GOTO && in fib_nl_fill_rule()