Messages in this thread |  | | Date | Sun, 23 Feb 2003 21:45:13 -0800 (PST) | Subject | Re: [PATCH][ATM] get skb->len right after adjusting head | From | "David S. Miller" <> |
| |
From: chas williams <chas@locutus.cmf.nrl.navy.mil> Date: Sun, 23 Feb 2003 20:30:49 -0500
when the lane client strips off the lec it should also adjust the length of skb
Don't try to modify skb->{data,len} by hands, let the skb_*() interfaces do it. Use skb_pull() in this case.
Franks a lot, David S. Miller davem@redhat.com - 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/
|  |