Home
last modified time | relevance | path

Searched refs:XTF_TRY_LOAD (Results 1 – 5 of 5) sorted by relevance

/external/iproute2/tc/
Dm_xt.c154 m = xtables_find_target(optarg, XTF_TRY_LOAD); in parse_ipt()
305 m = xtables_find_target(t->u.user.name, XTF_TRY_LOAD); in print_ipt()
/external/iptables/iptables/
Dip6tables.c489 xtables_find_match(m->u.user.name, XTF_TRY_LOAD, NULL); in print_match()
517 target = xtables_find_target(targname, XTF_TRY_LOAD); in print_firewall()
1002 xtables_find_match(e->u.user.name, XTF_TRY_LOAD, NULL); in print_match_save()
1100 xtables_find_target(t->u.user.name, XTF_TRY_LOAD); in print_rule6()
1221 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD); in command_jump()
1439 if (xtables_find_target(optarg, XTF_TRY_LOAD)) in do_command6()
1490 xtables_find_match(cs.protocol, XTF_TRY_LOAD, in do_command6()
Diptables.c474 xtables_find_match(m->u.user.name, XTF_TRY_LOAD, NULL); in print_match()
503 target = xtables_find_target(targname, XTF_TRY_LOAD); in print_firewall()
993 xtables_find_match(e->u.user.name, XTF_TRY_LOAD, NULL); in print_match_save()
1091 xtables_find_target(t->u.user.name, XTF_TRY_LOAD); in print_rule4()
1212 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD); in command_jump()
1435 if (xtables_find_target(optarg, XTF_TRY_LOAD)) in do_command4()
1487 XTF_TRY_LOAD, &cs.matches); in do_command4()
Dxshared.c109 return find_proto(cs->protocol, XTF_TRY_LOAD, in load_proto()
/external/iptables/include/
Dxtables.h382 XTF_TRY_LOAD, enumerator