Home
last modified time | relevance | path

Searched refs:iptables_target (Results 1 – 2 of 2) sorted by relevance

/external/iproute2/include/
Diptables.h88 struct iptables_target struct
90 struct iptables_target *next; argument
145 extern void register_target(struct iptables_target *me); argument
160 extern struct iptables_target *iptables_targets;
168 extern struct iptables_target *find_target(const char *name, enum ipt_tryload);
/external/iproute2/tc/
Dm_ipt.c54 static struct iptables_target *t_list = NULL;
62 register_target(struct iptables_target *me) in register_target()
72 xtables_register_target(struct iptables_target *me) in xtables_register_target()
208 static struct iptables_target *
211 struct iptables_target *m; in find_t()
220 static struct iptables_target *
226 struct iptables_target *m; in get_target_name()
291 m = (struct iptables_target *) dlsym(handle, lname); in get_target_name()
361 build_st(struct iptables_target *target, struct ipt_entry_target *t) in build_st()
391 struct iptables_target *m = NULL; in parse_ipt()
[all …]