Home
last modified time | relevance | path

Searched refs:IP6T_F_GOTO (Results 1 – 3 of 3) sorted by relevance

/third_party/iptables/iptables/
Dnft-ipv6.c82 return add_action(r, cs, !!(cs->fw6.ipv6.flags & IP6T_F_GOTO)); in nft_ipv6_add()
191 cs->fw6.ipv6.flags |= IP6T_F_GOTO; in nft_ipv6_parse_immediate()
216 if (cs.fw6.ipv6.flags & IP6T_F_GOTO) in nft_ipv6_print_rule()
260 save_matches_and_target(cs, cs->fw6.ipv6.flags & IP6T_F_GOTO, in nft_ipv6_save_rule()
305 cs->fw6.ipv6.flags |= IP6T_F_GOTO; in nft_ipv6_post_parse()
391 ret = xlate_action(cs, !!(cs->fw6.ipv6.flags & IP6T_F_GOTO), xl); in nft_ipv6_xlate()
Dip6tables.c187 #ifdef IP6T_F_GOTO in exit_printhelp()
431 #ifdef IP6T_F_GOTO in print_firewall()
432 if(fw->ipv6.flags & IP6T_F_GOTO) in print_firewall()
967 #ifdef IP6T_F_GOTO in print_rule6()
968 printf(" -%c %s", e->ipv6.flags & IP6T_F_GOTO ? 'g' : 'j', target_name); in print_rule6()
1287 #ifdef IP6T_F_GOTO in do_command6()
1291 cs.fw6.ipv6.flags |= IP6T_F_GOTO; in do_command6()
1591 #ifdef IP6T_F_GOTO in do_command6()
1592 if (cs.fw6.ipv6.flags & IP6T_F_GOTO) in do_command6()
/third_party/iptables/include/linux/netfilter_ipv6/
Dip6_tables.h90 #define IP6T_F_GOTO 0x04 /* Set if jump is a goto */ macro