Searched refs:IP6T_F_GOTO (Results 1 - 5 of 5) sorted by relevance

/external/iptables/iptables/
H A Dnft-ipv6.c84 return add_action(r, cs, !!(cs->fw6.ipv6.flags & IP6T_F_GOTO));
182 cs->fw6.ipv6.flags |= IP6T_F_GOTO;
247 if (cs.fw6.ipv6.flags & IP6T_F_GOTO)
286 printf("-%c %s", cs->fw6.ipv6.flags & IP6T_F_GOTO ? 'g' : 'j',
336 cs->fw6.ipv6.flags |= IP6T_F_GOTO;
446 ret = xlate_action(cs, !!(cs->fw6.ipv6.flags & IP6T_F_GOTO), xl);
H A Dip6tables.c254 #ifdef IP6T_F_GOTO
646 #ifdef IP6T_F_GOTO
647 if(fw->ipv6.flags & IP6T_F_GOTO)
1166 #ifdef IP6T_F_GOTO
1167 printf(" -%c %s", e->ipv6.flags & IP6T_F_GOTO ? 'g' : 'j', target_name);
1561 #ifdef IP6T_F_GOTO
1565 cs.fw6.ipv6.flags |= IP6T_F_GOTO;
1858 #ifdef IP6T_F_GOTO
1859 if (cs.fw6.ipv6.flags & IP6T_F_GOTO)
/external/iproute2/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h92 #define IP6T_F_GOTO 0x04 /* Set if jump is a goto */ macro
/external/iptables/include/linux/netfilter_ipv6/
H A Dip6_tables.h90 #define IP6T_F_GOTO 0x04 /* Set if jump is a goto */ macro
/external/kernel-headers/original/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h94 #define IP6T_F_GOTO 0x04 /* Set if jump is a goto */ macro

Completed in 271 milliseconds