Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.c77 return xtables_find_match(protoname, tryload, matches); in find_proto()
79 return xtables_find_match(pname, tryload, matches); in find_proto()
Dip6tables.c522 xtables_find_match(m->u.user.name, XTF_TRY_LOAD, NULL); in print_match()
1039 xtables_find_match(e->u.user.name, XTF_TRY_LOAD, NULL); in print_match_save()
1305 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches); in command_match()
1516 xtables_find_match(cs.protocol, XTF_TRY_LOAD, in do_command6()
Diptables.c506 xtables_find_match(m->u.user.name, XTF_TRY_LOAD, NULL); in print_match()
1029 xtables_find_match(e->u.user.name, XTF_TRY_LOAD, NULL); in print_match_save()
1298 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches); in command_match()
1509 xtables_find_match(cs.protocol, in do_command4()
Dnft-shared.c347 match = xtables_find_match(mt_name, XTF_TRY_LOAD, matches); in nft_parse_match()
535 match = xtables_find_match("comment", XTF_TRY_LOAD, in nft_rule_to_iptables_command_state()
Dxtables-eb.c608 m = xtables_find_match(name, XTF_LOAD_MUST_SUCCEED, NULL); in ebt_load_match()
678 newm = xtables_find_match(m->name, XTF_LOAD_MUST_SUCCEED, rule_matches); in ebt_add_match()
Dxtables.c659 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches); in command_match()
873 xtables_find_match(cs->protocol, in do_parse()
/external/iproute2/include/
Dxtables.h432 extern struct xtables_match *xtables_find_match(const char *name,
/external/iptables/include/
Dxtables.h465 extern struct xtables_match *xtables_find_match(const char *name,
/external/iptables/libxtables/
Dxtables.c590 ptr = xtables_find_match(name, in load_extension()
617 xtables_find_match(const char *name, enum xtables_tryload tryload, in xtables_find_match() function
956 old = xtables_find_match(me->name, XTF_DURING_LOAD, NULL); in xtables_fully_register_pending_match()