Home | History | Annotate | Download | only in iptables

Lines Matching full:jumpto

1958 	const char *jumpto = "";
2156 jumpto = parse_target(optarg);
2163 jumpto = parse_target(optarg);
2165 target = find_target(jumpto, TRY_LOAD);
2175 strcpy(target->t->u.user.name, jumpto);
2479 if (target && iptc_is_chain(jumpto, *handle)) {
2481 jumpto);
2492 && (strlen(jumpto) == 0
2493 || iptc_is_chain(jumpto, *handle))) {
2503 strcpy(target->t->u.user.name, jumpto);
2504 if (!iptc_is_chain(jumpto, *handle))
2519 "goto '%s' is not a chain\n", jumpto);
2521 find_target(jumpto, LOAD_MUST_SUCCEED);