Home
last modified time | relevance | path

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

/third_party/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,
/third_party/iptables/libxtables/
Dxtables.c664 xtables_find_match(const char *name, enum xtables_tryload tryload, in xtables_find_match()
765 xtables_find_match_revision(const char *name, enum xtables_tryload tryload, in xtables_find_match_revision()
786 xtables_find_target(const char *name, enum xtables_tryload tryload) in xtables_find_target()
867 xtables_find_target_revision(const char *name, enum xtables_tryload tryload, in xtables_find_target_revision()
/third_party/iptables/iptables/
Dxshared.c69 find_proto(const char *pname, enum xtables_tryload tryload, in find_proto()