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 | 29 struct xtables_rule_match; 60 struct xtables_rule_match *matches; 82 const struct xtables_rule_match *);
|
D | nft-shared.c | 329 struct xtables_rule_match **matches; in nft_parse_match() 731 void save_matches_and_target(struct xtables_rule_match *m, in save_matches_and_target() 735 struct xtables_rule_match *matchp; in save_matches_and_target() 765 struct xtables_rule_match *matchp; in print_matches_and_target() 800 bool compare_matches(struct xtables_rule_match *mt1, in compare_matches() 801 struct xtables_rule_match *mt2) in compare_matches() 803 struct xtables_rule_match *mp1; in compare_matches() 804 struct xtables_rule_match *mp2; in compare_matches()
|
D | nft-shared.h | 163 void save_matches_and_target(struct xtables_rule_match *m, 174 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
|
D | xshared.c | 27 const struct xtables_rule_match *m) in print_extension_helps() 69 int nolookup, struct xtables_rule_match **matches) in find_proto() 119 struct xtables_rule_match *matchp; in command_default()
|
D | iptables.c | 191 exit_printhelp(const struct xtables_rule_match *matches) in exit_printhelp() 742 make_delete_mask(const struct xtables_rule_match *matches, in make_delete_mask() 747 const struct xtables_rule_match *matchp; in make_delete_mask() 786 struct xtables_rule_match *matches, in delete_entry() 816 struct xtables_rule_match *matches, in check_entry() 1220 struct xtables_rule_match *matches, in generate_entry() 1224 struct xtables_rule_match *matchp; in generate_entry() 1347 struct xtables_rule_match *matchp; in do_command4()
|
D | ip6tables.c | 197 exit_printhelp(const struct xtables_rule_match *matches) in exit_printhelp() 758 make_delete_mask(const struct xtables_rule_match *matches, in make_delete_mask() 763 const struct xtables_rule_match *matchp; in make_delete_mask() 802 struct xtables_rule_match *matches, in delete_entry() 832 struct xtables_rule_match *matches, in check_entry() 1230 struct xtables_rule_match *matches, in generate_entry() 1234 struct xtables_rule_match *matchp; in generate_entry() 1353 struct xtables_rule_match *matchp; in do_command6()
|
D | nft-bridge.h | 109 struct xtables_rule_match *matches;
|
D | xtables-eb.c | 325 const struct xtables_rule_match *m) in ebt_list_extensions() 414 const struct xtables_rule_match *m, const char *table) in print_help() 666 struct xtables_rule_match *i, **rule_matches = &cs->matches; in ebt_add_match() 744 struct xtables_rule_match *xtrm_i; in do_commandeb()
|
D | xtables-translate.c | 92 struct xtables_rule_match *matchp; in xlate_matches() 119 struct xtables_rule_match *matchp; in xlate_find_match()
|
D | xtables.c | 175 exit_printhelp(const struct xtables_rule_match *matches) in exit_printhelp() 691 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 466 enum xtables_tryload, struct xtables_rule_match **match); 472 extern void xtables_rule_matches_free(struct xtables_rule_match **matches);
|
/external/iptables/libxtables/ |
D | xtables.c | 618 struct xtables_rule_match **matches) in xtables_find_match() 693 struct xtables_rule_match **i; in xtables_find_match() 694 struct xtables_rule_match *newentry; in xtables_find_match() 696 newentry = xtables_malloc(sizeof(struct xtables_rule_match)); in xtables_find_match() 1103 void xtables_rule_matches_free(struct xtables_rule_match **matches) in xtables_rule_matches_free() 1105 struct xtables_rule_match *matchp, *tmp; in xtables_rule_matches_free()
|