Searched refs:IPT_F_GOTO (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dip_tables.h57 #define IPT_F_GOTO 0x02 /* Set if jump is a goto */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/iptables-1.x/
H A Diptables-save.c187 #ifdef IPT_F_GOTO
188 printf("-%c %s ", e->ip.flags & IPT_F_GOTO ? 'g' : 'j', target_name);
H A Diptables.c454 #ifdef IPT_F_GOTO
1494 #ifdef IPT_F_GOTO
1495 if(fw->ip.flags & IPT_F_GOTO)
2148 #ifdef IPT_F_GOTO
2152 fw.ip.flags |= IPT_F_GOTO;
2513 #ifdef IPT_F_GOTO
2514 if (fw.ip.flags & IPT_F_GOTO)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/iptables-1.4.12.1/iptables/
H A Diptables.c277 #ifdef IPT_F_GOTO
654 #ifdef IPT_F_GOTO
655 if(fw->ip.flags & IPT_F_GOTO)
1146 #ifdef IPT_F_GOTO
1147 printf(" -%c %s", e->ip.flags & IPT_F_GOTO ? 'g' : 'j', target_name);
1597 #ifdef IPT_F_GOTO
1601 cs.fw.ip.flags |= IPT_F_GOTO;
1876 #ifdef IPT_F_GOTO
1877 if (cs.fw.ip.flags & IPT_F_GOTO)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/netfilter_ipv4/
H A Dip_tables.h63 #define IPT_F_GOTO 0x02 /* Set if jump is a goto */ macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c289 && !(e->ip.flags & IPT_F_GOTO)) {

Completed in 123 milliseconds