Home
last modified time | relevance | path

Searched refs:xlate_action (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dnft.h165 int xlate_action(const struct iptables_command_state *cs, bool goto_set,
Dxtables-translate.c54 int xlate_action(const struct iptables_command_state *cs, bool goto_set, in xlate_action() function
Dnft-ipv6.c441 ret = xlate_action(cs, !!(cs->fw6.ipv6.flags & IP6T_F_GOTO), xl); in nft_ipv6_xlate()
Dnft-ipv4.c492 ret = xlate_action(cs, !!(cs->fw.ip.flags & IPT_F_GOTO), xl); in nft_ipv4_xlate()