Home
last modified time | relevance | path

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

/external/strace/xlat/
Dfib_rule_actions.h20 #if defined(FR_ACT_GOTO) || (defined(HAVE_DECL_FR_ACT_GOTO) && HAVE_DECL_FR_ACT_GOTO)
22 static_assert((FR_ACT_GOTO) == (2), "FR_ACT_GOTO != 2");
25 # define FR_ACT_GOTO 2
82 XLAT(FR_ACT_GOTO),
Dfib_rule_actions.in3 FR_ACT_GOTO 2
/external/iproute2/include/uapi/linux/
Dfib_rules.h69 FR_ACT_GOTO, /* Jump to another rule */ enumerator
/external/kernel-headers/original/uapi/linux/
Dfib_rules.h78 FR_ACT_GOTO, /* Jump to another rule */ enumerator
/external/libnl/include/linux-private/linux/
Dfib_rules.h78 FR_ACT_GOTO, /* Jump to another rule */ enumerator
/external/iproute2/ip/
Diprule.c321 } else if (r->rtm_type == FR_ACT_GOTO) { in print_rule()
740 type = FR_ACT_GOTO; in iprule_modify()