[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:
Patrick McHardy
2005-08-09 19:25:56 -07:00
committed by David S. Miller
parent 8728b834b2
commit abc3bc5804
10 changed files with 9 additions and 18 deletions

View File

@@ -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;