Searched defs:tc_action_ops (Results 1 – 1 of 1) sorted by relevance
97 struct tc_action_ops { struct98 struct list_head head;99 struct tcf_hashinfo *hinfo;100 char kind[IFNAMSIZ];101 __u32 type; /* TBD to match kind */102 struct module *owner;103 int (*act)(struct sk_buff *, const struct tc_action *, struct tcf_result *);104 int (*dump)(struct sk_buff *, struct tc_action *, int, int);128 int tcf_register_action(struct tc_action_ops *a, unsigned int mask); argument