Re: [PATCH][ATM] get skb->len right after adjusting head

From: Alan Cox (alan@lxorguk.ukuu.org.uk)
Date: Mon Feb 24 2003 - 10:17:04 EST


On Mon, 2003-02-24 at 01:30, chas williams wrote:
> skb->dev = dev;
> skb->data += 2; /* skip lec_id */
> + skb->len -= 2;

skb_pull(skb, 2) surely

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Fri Feb 28 2003 - 22:00:19 EST