Searched defs:tc_action (Results 1 – 1 of 1) sorted by relevance
151574 struct tc_action { struct151575 const struct tc_action_ops *ops; argument151576 __u32 type;151577 struct tcf_idrinfo *idrinfo;151578 u32 tcfa_index;151602 typedef void (*tc_action_priv_destructor)(void *); argument151610 int (*act)(struct sk_buff *, const struct tc_action *, struct tcf_result *); argument