Home
last modified time | relevance | path

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

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