HomeSort by relevance Sort by last modified time
    Searched full:iptables_target (Results 1 - 2 of 2) sorted by null

  /external/iproute2/include/
iptables.h 88 struct iptables_target struct
90 struct iptables_target *next;
145 extern void register_target(struct iptables_target *me);
160 extern struct iptables_target *iptables_targets;
168 extern struct iptables_target *find_target(const char *name, enum ipt_tryload);
  /external/iproute2/tc/
m_ipt.c 54 static struct iptables_target *t_list = NULL;
62 register_target(struct iptables_target *me)
72 xtables_register_target(struct iptables_target *me)
208 static struct iptables_target *
211 struct iptables_target *m;
220 static struct iptables_target *
226 struct iptables_target *m;
291 m = (struct iptables_target *) dlsym(handle, lname);
361 build_st(struct iptables_target *target, struct ipt_entry_target *t)
391 struct iptables_target *m = NULL
    [all...]

Completed in 102 milliseconds