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

Alan Cox (alan@lxorguk.ukuu.org.uk)
24 Feb 2003 15:17:04 +0000


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/