]> git.ipfire.org Git - thirdparty/linux.git/blobdiff - net/sched/act_gact.c
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
[thirdparty/linux.git] / net / sched / act_gact.c
index 87d0faf328672ef5d951bdd4b073a963ecc45389..aad748b3b38c7c0da639c8cdbacabb7a26ad86b1 100644 (file)
@@ -155,7 +155,7 @@ static int tcf_gact(struct sk_buff *skb, struct tc_action *a, struct tcf_result
 
 static int tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref)
 {
-       unsigned char *b = skb->tail;
+       unsigned char *b = skb_tail_pointer(skb);
        struct tc_gact opt;
        struct tcf_gact *gact = a->priv;
        struct tcf_t t;