Home
last modified time | relevance | path

Searched refs:xtables_tryload (Results 1 – 4 of 4) sorted by relevance

/external/iptables/include/
Dxtables.h401 enum xtables_tryload { enum
467 enum xtables_tryload, struct xtables_rule_match **match);
469 enum xtables_tryload tryload, struct xtables_match *match,
472 enum xtables_tryload);
474 enum xtables_tryload tryload, struct xtables_target *target,
/external/iproute2/include/
Dxtables.h379 enum xtables_tryload { enum
433 enum xtables_tryload, struct xtables_rule_match **match);
435 enum xtables_tryload);
/external/iptables/libxtables/
Dxtables.c667 xtables_find_match(const char *name, enum xtables_tryload tryload, in xtables_find_match()
768 xtables_find_match_revision(const char *name, enum xtables_tryload tryload, in xtables_find_match_revision()
789 xtables_find_target(const char *name, enum xtables_tryload tryload) in xtables_find_target()
872 xtables_find_target_revision(const char *name, enum xtables_tryload tryload, in xtables_find_target_revision()
/external/iptables/iptables/
Dxshared.c69 find_proto(const char *pname, enum xtables_tryload tryload, in find_proto()