Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dxshared.c78 return xtables_find_match(protoname, tryload, matches); in find_proto()
80 return xtables_find_match(pname, tryload, matches); in find_proto()
654 m = xtables_find_match(optarg, XTF_LOAD_MUST_SUCCEED, &cs->matches); in command_match()
Dnft-shared.c358 match = xtables_find_match(mt_name, XTF_TRY_LOAD, matches); in nft_parse_match()
577 match = xtables_find_match("limit", XTF_TRY_LOAD, matches); in nft_parse_limit()
662 match = xtables_find_match("comment", XTF_TRY_LOAD, in nft_rule_to_iptables_command_state()
Diptables.c348 match = xtables_find_match(name, XTF_TRY_LOAD, NULL); in print_match()
828 match = xtables_find_match(name, XTF_TRY_LOAD, NULL); in print_match_save()
1236 xtables_find_match(cs.protocol, in do_command4()
Dip6tables.c358 match = xtables_find_match(name, XTF_TRY_LOAD, NULL); in print_match()
831 match = xtables_find_match(name, XTF_TRY_LOAD, NULL); in print_match_save()
1242 xtables_find_match(cs.protocol, XTF_TRY_LOAD, in do_command6()
Dxtables-eb.c478 m = xtables_find_match(name, XTF_TRY_LOAD, NULL); in ebt_load_match()
567 newm = xtables_find_match(m->name, XTF_LOAD_MUST_SUCCEED, rule_matches); in ebt_add_match()
Dnft-bridge.c445 match = xtables_find_match("among", XTF_TRY_LOAD, in nft_bridge_parse_lookup()
Dxtables.c643 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.h466 extern struct xtables_match *xtables_find_match(const char *name,
/external/iptables/libxtables/
Dxtables.c640 ptr = xtables_find_match(name, in load_extension()
667 xtables_find_match(const char *name, enum xtables_tryload tryload, in xtables_find_match() function
772 match = xtables_find_match(name, tryload, NULL); in xtables_find_match_revision()