In article <[EMAIL PROTECTED]> (at Sat, 3 Jun 2006 19:54:42 +1000), Herbert Xu <[EMAIL PROTECTED]> says:
> [TCP]: Avoid skb_pull if possible when trimming head > > Trimming the head of an skb by calling skb_pull can cause the packet > to become unaligned if the length pulled is odd. Since the length is > entirely arbitrary for a FIN packet carrying data, this is actually > quite common. I think that people will start thinking why we cannot skb_pull(skb, len) if skb_headlen(skb) == len; some comment needed... --yoshfuji - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html