[NET]: Kill skb->tc_classid
Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
8728b834b2
commit
abc3bc5804
@@ -284,7 +284,8 @@ static int tcf_act_police_cleanup(struct tc_action *a, int bind)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int tcf_act_police(struct sk_buff **pskb, struct tc_action *a)
|
||||
static int tcf_act_police(struct sk_buff **pskb, struct tc_action *a,
|
||||
struct tcf_result *res)
|
||||
{
|
||||
psched_time_t now;
|
||||
struct sk_buff *skb = *pskb;
|
||||
|
Reference in New Issue
Block a user