Searched refs:XTF_TRY_LOAD (Results 1 – 5 of 5) sorted by relevance
/external/iproute2/tc/ |
D | m_xt.c | 154 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/ |
D | ip6tables.c | 489 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()
|
D | iptables.c | 474 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()
|
D | xshared.c | 109 return find_proto(cs->protocol, XTF_TRY_LOAD, in load_proto()
|
/external/iptables/include/ |
D | xtables.h | 382 XTF_TRY_LOAD, enumerator
|