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.h68 struct xtables_rule_match;
131 struct xtables_rule_match *matches;
154 const struct xtables_rule_match *);
Dnft-shared.c343 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()
Dip6tables.c130 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()
Diptables.c129 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()
Dnft-shared.h172 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
Dxtables-eb.c242 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()
Dxshared.c28 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()
Dxtables-translate.c110 struct xtables_rule_match *matchp; in xlate_matches()
137 struct xtables_rule_match *matchp; in xlate_find_match()
Dxtables-eb-translate.c209 struct xtables_rule_match *xtrm_i; in do_commandeb_xlate()
Dxtables.c129 printhelp(const struct xtables_rule_match *matches) in printhelp()
464 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
467 enum xtables_tryload, struct xtables_rule_match **match);
479 extern void xtables_rule_matches_free(struct xtables_rule_match **matches);
/external/iptables/libxtables/
Dxtables.c668 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()