Home
last modified time | relevance | path

Searched refs:xtables_rule_match (Results 1 – 7 of 7) sorted by relevance

/external/iproute2/include/
Dxt-internal.h36 struct xtables_rule_match { struct
37 struct xtables_rule_match *next; argument
61 struct xtables_rule_match **match); argument
/external/iptables/iptables/
Dxshared.h28 struct xtables_rule_match;
59 struct xtables_rule_match *matches;
79 const struct xtables_rule_match *);
Dxshared.c24 const struct xtables_rule_match *m) in print_extension_helps()
66 int nolookup, struct xtables_rule_match **matches) in find_proto()
116 struct xtables_rule_match *matchp; in command_default()
Dip6tables.c193 exit_printhelp(const struct xtables_rule_match *matches) in exit_printhelp()
721 make_delete_mask(const struct xtables_rule_match *matches, in make_delete_mask()
726 const struct xtables_rule_match *matchp; in make_delete_mask()
765 struct xtables_rule_match *matches, in delete_entry()
795 struct xtables_rule_match *matches, in check_entry()
1188 struct xtables_rule_match *matches, in generate_entry()
1192 struct xtables_rule_match *matchp; in generate_entry()
1307 struct xtables_rule_match *matchp; in do_command6()
Diptables.c187 exit_printhelp(const struct xtables_rule_match *matches) in exit_printhelp()
706 make_delete_mask(const struct xtables_rule_match *matches, in make_delete_mask()
711 const struct xtables_rule_match *matchp; in make_delete_mask()
750 struct xtables_rule_match *matches, in delete_entry()
780 struct xtables_rule_match *matches, in check_entry()
1179 struct xtables_rule_match *matches, in generate_entry()
1183 struct xtables_rule_match *matchp; in generate_entry()
1303 struct xtables_rule_match *matchp; in do_command4()
/external/iptables/include/
Dxtables.h360 struct xtables_rule_match { struct
361 struct xtables_rule_match *next; argument
432 enum xtables_tryload, struct xtables_rule_match **match);
436 extern void xtables_rule_matches_free(struct xtables_rule_match **matches);
/external/iptables/libxtables/
Dxtables.c595 struct xtables_rule_match **matches) in xtables_find_match()
670 struct xtables_rule_match **i; in xtables_find_match()
671 struct xtables_rule_match *newentry; in xtables_find_match()
673 newentry = xtables_malloc(sizeof(struct xtables_rule_match)); in xtables_find_match()
1079 void xtables_rule_matches_free(struct xtables_rule_match **matches) in xtables_rule_matches_free()
1081 struct xtables_rule_match *matchp, *tmp; in xtables_rule_matches_free()