···196196 * @private: Data which is private to the HIPPI implementation197197 * @tc_index: Traffic control index198198 * @tc_verd: traffic control verdict199199- * @tc_classid: traffic control classid200199 */201200202201struct sk_buff {···274275 __u32 tc_index; /* traffic control index */275276#ifdef CONFIG_NET_CLS_ACT276277 __u32 tc_verd; /* traffic control verdict */277277- __u32 tc_classid; /* traffic control classid */278278#endif279279-280279#endif281280282281
+1-1
include/net/act_api.h
···6363 __u32 type; /* TBD to match kind */6464 __u32 capab; /* capabilities includes 4 bit version */6565 struct module *owner;6666- int (*act)(struct sk_buff **, struct tc_action *);6666+ int (*act)(struct sk_buff **, struct tc_action *, struct tcf_result *);6767 int (*get_stats)(struct sk_buff *, struct tc_action *);6868 int (*dump)(struct sk_buff *, struct tc_action *,int , int);6969 int (*cleanup)(struct tc_action *, int bind);