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

/external/iptables/iptables/
H A Dxshared.c74 return xtables_find_match(protoname, tryload, matches);
76 return xtables_find_match(pname, tryload, matches);
H A Dip6tables.c489 xtables_find_match(m->u.user.name, XTF_TRY_LOAD, NULL);
1002 xtables_find_match(e->u.user.name, XTF_TRY_LOAD, NULL);
1263 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches);
1490 xtables_find_match(cs.protocol, XTF_TRY_LOAD,
H A Diptables.c474 xtables_find_match(m->u.user.name, XTF_TRY_LOAD, NULL);
993 xtables_find_match(e->u.user.name, XTF_TRY_LOAD, NULL);
1257 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches);
1486 xtables_find_match(cs.protocol,
/external/iptables/include/
H A Dxtables.h431 extern struct xtables_match *xtables_find_match(const char *name,
/external/iptables/libxtables/
H A Dxtables.c575 ptr = xtables_find_match(name,
594 xtables_find_match(const char *name, enum xtables_tryload tryload, function
932 old = xtables_find_match(me->name, XTF_DURING_LOAD, NULL);

Completed in 117 milliseconds