Searched refs:xtables_rule_match (Results 1 – 16 of 16) sorted by relevance
/external/iproute2/include/ |
D | xt-internal.h | 36 struct xtables_rule_match { struct 37 struct xtables_rule_match *next; argument 61 struct xtables_rule_match **match); argument
|
D | xtables.h | 360 struct xtables_rule_match { struct 361 struct xtables_rule_match *next; argument 433 enum xtables_tryload, struct xtables_rule_match **match); 439 extern void xtables_rule_matches_free(struct xtables_rule_match **matches);
|
/external/iptables/iptables/ |
D | xshared.h | 68 struct xtables_rule_match; 131 struct xtables_rule_match *matches; 154 const struct xtables_rule_match *);
|
D | nft-shared.c | 343 struct xtables_rule_match **matches; in nft_parse_match() 560 struct xtables_rule_match **matches; in nft_parse_limit() 853 struct xtables_rule_match *matchp; in save_matches_and_target() 892 struct xtables_rule_match *matchp; in print_matches_and_target() 927 bool compare_matches(struct xtables_rule_match *mt1, in compare_matches() 928 struct xtables_rule_match *mt2) in compare_matches() 930 struct xtables_rule_match *mp1; in compare_matches() 931 struct xtables_rule_match *mp2; in compare_matches()
|
D | ip6tables.c | 130 exit_printhelp(const struct xtables_rule_match *matches) in exit_printhelp() 547 make_delete_mask(const struct xtables_rule_match *matches, in make_delete_mask() 552 const struct xtables_rule_match *matchp; in make_delete_mask() 591 struct xtables_rule_match *matches, in delete_entry() 621 struct xtables_rule_match *matches, in check_entry() 1031 struct xtables_rule_match *matches, in generate_entry() 1035 struct xtables_rule_match *matchp; in generate_entry() 1082 struct xtables_rule_match *matchp; in do_command6()
|
D | iptables.c | 129 exit_printhelp(const struct xtables_rule_match *matches) in exit_printhelp() 538 make_delete_mask(const struct xtables_rule_match *matches, in make_delete_mask() 543 const struct xtables_rule_match *matchp; in make_delete_mask() 582 struct xtables_rule_match *matches, in delete_entry() 612 struct xtables_rule_match *matches, in check_entry() 1027 struct xtables_rule_match *matches, in generate_entry() 1031 struct xtables_rule_match *matchp; in generate_entry() 1077 struct xtables_rule_match *matchp; in do_command4()
|
D | nft-shared.h | 172 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
|
D | xtables-eb.c | 242 const struct xtables_rule_match *m) in ebt_list_extensions() 298 const struct xtables_rule_match *m, const char *table) in print_help() 562 struct xtables_rule_match **rule_matches = &cs->matches; in ebt_add_match() 742 struct xtables_rule_match *xtrm_i; in do_commandeb()
|
D | xshared.c | 28 const struct xtables_rule_match *m) in print_extension_helps() 70 int nolookup, struct xtables_rule_match **matches) in find_proto() 120 struct xtables_rule_match *matchp; in command_default()
|
D | xtables-translate.c | 110 struct xtables_rule_match *matchp; in xlate_matches() 137 struct xtables_rule_match *matchp; in xlate_find_match()
|
D | xtables-eb-translate.c | 209 struct xtables_rule_match *xtrm_i; in do_commandeb_xlate()
|
D | xtables.c | 129 printhelp(const struct xtables_rule_match *matches) in printhelp() 464 struct xtables_rule_match *matchp; in do_parse()
|
D | nft-ipv6.c | 31 struct xtables_rule_match *matchp; in nft_ipv6_add()
|
D | nft-ipv4.c | 32 struct xtables_rule_match *matchp; in nft_ipv4_add()
|
/external/iptables/include/ |
D | xtables.h | 382 struct xtables_rule_match { struct 383 struct xtables_rule_match *next; argument 467 enum xtables_tryload, struct xtables_rule_match **match); 479 extern void xtables_rule_matches_free(struct xtables_rule_match **matches);
|
/external/iptables/libxtables/ |
D | xtables.c | 668 struct xtables_rule_match **matches) in xtables_find_match() 748 struct xtables_rule_match **i; in xtables_find_match() 749 struct xtables_rule_match *newentry; in xtables_find_match() 751 newentry = xtables_malloc(sizeof(struct xtables_rule_match)); in xtables_find_match() 1285 void xtables_rule_matches_free(struct xtables_rule_match **matches) in xtables_rule_matches_free() 1287 struct xtables_rule_match *matchp, *tmp; in xtables_rule_matches_free()
|