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

/external/iptables/libiptc/
H A Dlibiptc.c95 IPTCC_R_JUMP, /* jump to other chain */ enumerator in enum:iptcc_rule_type
108 struct chain_head *jump; /* jump target, if IPTCC_R_JUMP */
799 if (r->type == IPTCC_R_JUMP
1027 r->type = IPTCC_R_JUMP;
1073 if (r->type != IPTCC_R_JUMP)
1121 if (r->type == IPTCC_R_JUMP) {
1612 case IPTCC_R_JUMP:
1727 r->type = IPTCC_R_JUMP;
1936 case IPTCC_R_JUMP:
1995 if (r->type == IPTCC_R_JUMP
[all...]

Completed in 61 milliseconds