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

/external/iproute2/tc/
H A Dm_xt.c157 m = xtables_find_target(optarg, XTF_TRY_LOAD);
302 m = xtables_find_target(t->u.user.name, XTF_TRY_LOAD);
/external/iptables/include/
H A Dxtables.h351 XTF_TRY_LOAD, enumerator in enum:xtables_tryload
/external/iptables/iptables/
H A Dxshared.c103 return find_proto(cs->protocol, XTF_TRY_LOAD,
H A Dip6tables.c527 xtables_find_match(m->u.user.name, XTF_TRY_LOAD, NULL);
555 target = xtables_find_target(targname, XTF_TRY_LOAD);
1040 xtables_find_match(e->u.user.name, XTF_TRY_LOAD, NULL);
1145 xtables_find_target(t->u.user.name, XTF_TRY_LOAD);
1280 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD);
1481 if (xtables_find_target(optarg, XTF_TRY_LOAD))
1532 xtables_find_match(cs.protocol, XTF_TRY_LOAD,
H A Diptables.c532 xtables_find_match(m->u.user.name, XTF_TRY_LOAD, NULL);
561 target = xtables_find_target(targname, XTF_TRY_LOAD);
1051 xtables_find_match(e->u.user.name, XTF_TRY_LOAD, NULL);
1156 xtables_find_target(t->u.user.name, XTF_TRY_LOAD);
1306 cs->target = xtables_find_target(cs->jumpto, XTF_TRY_LOAD);
1510 if (xtables_find_target(optarg, XTF_TRY_LOAD))
1562 XTF_TRY_LOAD, &cs.matches);

Completed in 126 milliseconds