Home
last modified time | relevance | path

Searched defs:tc_action_ops (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/include/net/
Dact_api.h84 struct tc_action_ops { struct
85 struct list_head head;
86 struct tcf_hashinfo *hinfo;
87 char kind[IFNAMSIZ];
88 __u32 type; /* TBD to match kind */
89 struct module *owner;
90 int (*act)(struct sk_buff *, const struct tc_action *, struct tcf_result *);
91 int (*dump)(struct sk_buff *, struct tc_action *, int, int);
92 void (*cleanup)(struct tc_action *, int bind);
116 int tcf_register_action(struct tc_action_ops *a, unsigned int mask); argument