Searched refs:xtables_tryload (Results 1 – 4 of 4) sorted by relevance
/external/iptables/include/ |
D | xtables.h | 401 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/ |
D | xtables.h | 379 enum xtables_tryload { enum 433 enum xtables_tryload, struct xtables_rule_match **match); 435 enum xtables_tryload);
|
/external/iptables/libxtables/ |
D | xtables.c | 667 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/ |
D | xshared.c | 69 find_proto(const char *pname, enum xtables_tryload tryload, in find_proto()
|