HomeSort by relevance Sort by last modified time
    Searched refs:xtables_rule_match (Results 1 - 16 of 16) sorted by null

  /external/iproute2/include/
xt-internal.h 36 struct xtables_rule_match { struct
37 struct xtables_rule_match *next;
61 struct xtables_rule_match **match);
xtables.h 360 struct xtables_rule_match { struct
361 struct xtables_rule_match *next;
433 enum xtables_tryload, struct xtables_rule_match **match);
439 extern void xtables_rule_matches_free(struct xtables_rule_match **matches);
  /external/iptables/iptables/
xshared.h 29 struct xtables_rule_match;
60 struct xtables_rule_match *matches;
82 const struct xtables_rule_match *);
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);
xshared.c 27 const struct xtables_rule_match *m)
69 int nolookup, struct xtables_rule_match **matches)
119 struct xtables_rule_match *matchp;
nft-bridge.h 109 struct xtables_rule_match *matches;
nft-shared.c 329 struct xtables_rule_match **matches;
731 void save_matches_and_target(struct xtables_rule_match *m,
735 struct xtables_rule_match *matchp;
765 struct xtables_rule_match *matchp;
800 bool compare_matches(struct xtables_rule_match *mt1,
801 struct xtables_rule_match *mt2)
803 struct xtables_rule_match *mp1;
804 struct xtables_rule_match *mp2;
ip6tables.c 197 exit_printhelp(const struct xtables_rule_match *matches)
758 make_delete_mask(const struct xtables_rule_match *matches,
763 const struct xtables_rule_match *matchp;
802 struct xtables_rule_match *matches,
832 struct xtables_rule_match *matches,
    [all...]
iptables.c 191 exit_printhelp(const struct xtables_rule_match *matches)
742 make_delete_mask(const struct xtables_rule_match *matches,
747 const struct xtables_rule_match *matchp;
786 struct xtables_rule_match *matches,
816 struct xtables_rule_match *matches,
    [all...]
xtables-translate.c 92 struct xtables_rule_match *matchp;
119 struct xtables_rule_match *matchp;
xtables-eb.c 325 const struct xtables_rule_match *m)
414 const struct xtables_rule_match *m, const char *table)
666 struct xtables_rule_match *i, **rule_matches = &cs->matches;
744 struct xtables_rule_match *xtrm_i;
    [all...]
nft-ipv4.c 32 struct xtables_rule_match *matchp;
nft-ipv6.c 31 struct xtables_rule_match *matchp;
xtables.c 175 exit_printhelp(const struct xtables_rule_match *matches)
691 struct xtables_rule_match *matchp;
    [all...]
  /external/iptables/include/
xtables.h 382 struct xtables_rule_match { struct
383 struct xtables_rule_match *next;
466 enum xtables_tryload, struct xtables_rule_match **match);
472 extern void xtables_rule_matches_free(struct xtables_rule_match **matches);
  /external/iptables/libxtables/
xtables.c 618 struct xtables_rule_match **matches)
693 struct xtables_rule_match **i;
694 struct xtables_rule_match *newentry;
696 newentry = xtables_malloc(sizeof(struct xtables_rule_match));
1102 /* receives a list of xtables_rule_match, release them */
1103 void xtables_rule_matches_free(struct xtables_rule_match **matches)
1105 struct xtables_rule_match *matchp, *tmp;
    [all...]

Completed in 77 milliseconds