Searched refs:xtables_find_match (Results 1 – 9 of 9) sorted by relevance
/external/iptables/iptables/ |
D | xshared.c | 77 return xtables_find_match(protoname, tryload, matches); in find_proto() 79 return xtables_find_match(pname, tryload, matches); in find_proto()
|
D | ip6tables.c | 522 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()
|
D | iptables.c | 506 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()
|
D | nft-shared.c | 347 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()
|
D | xtables-eb.c | 608 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()
|
D | xtables.c | 659 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/ |
D | xtables.h | 432 extern struct xtables_match *xtables_find_match(const char *name,
|
/external/iptables/include/ |
D | xtables.h | 465 extern struct xtables_match *xtables_find_match(const char *name,
|
/external/iptables/libxtables/ |
D | xtables.c | 590 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()
|