Searched refs:xtables_rule_match (Results 1 – 8 of 8) 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
|
/external/iptables/iptables/ |
D | xshared.h | 27 struct xtables_rule_match; 58 struct xtables_rule_match *matches; 78 const struct xtables_rule_match *);
|
D | xshared.c | 18 const struct xtables_rule_match *m) in print_extension_helps() 60 int nolookup, struct xtables_rule_match **matches) in find_proto() 110 struct xtables_rule_match *matchp; in command_default()
|
D | ip6tables.c | 207 exit_printhelp(const struct xtables_rule_match *matches) in exit_printhelp() 759 make_delete_mask(const struct xtables_rule_match *matches, in make_delete_mask() 764 const struct xtables_rule_match *matchp; in make_delete_mask() 803 struct xtables_rule_match *matches, in delete_entry() 833 struct xtables_rule_match *matches, in check_entry() 1226 struct xtables_rule_match *matches, in generate_entry() 1230 struct xtables_rule_match *matchp; in generate_entry() 1252 static void clear_rule_matches(struct xtables_rule_match **matches) in clear_rule_matches() 1254 struct xtables_rule_match *matchp, *tmp; in clear_rule_matches() 1349 struct xtables_rule_match *matchp; in do_command6()
|
D | iptables.c | 220 exit_printhelp(const struct xtables_rule_match *matches) in exit_printhelp() 764 make_delete_mask(const struct xtables_rule_match *matches, in make_delete_mask() 769 const struct xtables_rule_match *matchp; in make_delete_mask() 808 struct xtables_rule_match *matches, in delete_entry() 838 struct xtables_rule_match *matches, in check_entry() 1237 struct xtables_rule_match *matches, in generate_entry() 1241 struct xtables_rule_match *matchp; in generate_entry() 1263 static void clear_rule_matches(struct xtables_rule_match **matches) in clear_rule_matches() 1265 struct xtables_rule_match *matchp, *tmp; in clear_rule_matches() 1378 struct xtables_rule_match *matchp; in do_command4()
|
D | xtables.c | 588 struct xtables_rule_match **matches) in xtables_find_match() 662 struct xtables_rule_match **i; in xtables_find_match() 663 struct xtables_rule_match *newentry; in xtables_find_match() 665 newentry = xtables_malloc(sizeof(struct xtables_rule_match)); in xtables_find_match()
|
/external/iptables/include/ |
D | xtables.h | 329 struct xtables_rule_match { struct 330 struct xtables_rule_match *next; argument 401 enum xtables_tryload, struct xtables_rule_match **match);
|
D | xtables.h.in | 329 struct xtables_rule_match { struct 330 struct xtables_rule_match *next; argument 401 enum xtables_tryload, struct xtables_rule_match **match);
|