Searched defs:tc_action_ops (Results 1 – 1 of 1) sorted by relevance
82 struct tc_action_ops { struct83 struct tc_action_ops *next; argument84 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);[all …]