Lines Matching defs:tc_action_ops
82 struct tc_action_ops { struct
83 struct tc_action_ops *next; argument
84 struct tcf_hashinfo *hinfo;
85 char kind[IFNAMSIZ];
86 __u32 type; /* TBD to match kind */
87 __u32 capab; /* capabilities includes 4 bit version */
88 struct module *owner;
89 int (*act)(struct sk_buff *, const struct tc_action *, struct tcf_result *);
90 int (*get_stats)(struct sk_buff *, struct tc_action *);
91 int (*dump)(struct sk_buff *, struct tc_action *, int, int);
115 extern int tcf_register_action(struct tc_action_ops *a); argument