Home
last modified time | relevance | path

Searched refs:xtables_rule_match (Results 1 – 16 of 16) 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
Dxtables.h360 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/
Dxshared.h29 struct xtables_rule_match;
60 struct xtables_rule_match *matches;
82 const struct xtables_rule_match *);
Dnft-shared.c329 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()
Dnft-shared.h163 void save_matches_and_target(struct xtables_rule_match *m,
174 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
Dxshared.c27 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()
Diptables.c191 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()
Dip6tables.c197 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()
Dnft-bridge.h109 struct xtables_rule_match *matches;
Dxtables-eb.c325 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()
Dxtables-translate.c92 struct xtables_rule_match *matchp; in xlate_matches()
119 struct xtables_rule_match *matchp; in xlate_find_match()
Dxtables.c175 exit_printhelp(const struct xtables_rule_match *matches) in exit_printhelp()
691 struct xtables_rule_match *matchp; in do_parse()
Dnft-ipv6.c31 struct xtables_rule_match *matchp; in nft_ipv6_add()
Dnft-ipv4.c32 struct xtables_rule_match *matchp; in nft_ipv4_add()
/external/iptables/include/
Dxtables.h382 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/
Dxtables.c618 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()