Searched refs:xtables_find_match (Results 1 – 5 of 5) sorted by relevance
/external/iptables/iptables/ |
D | xshared.c | 74 return xtables_find_match(protoname, tryload, matches); in find_proto() 76 return xtables_find_match(pname, tryload, matches); in find_proto()
|
D | iptables.c | 474 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()
|
D | ip6tables.c | 489 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/ |
D | xtables.h | 431 extern struct xtables_match *xtables_find_match(const char *name,
|
/external/iptables/libxtables/ |
D | xtables.c | 575 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()
|