On Friday 13 September 2002 20:22, David S. Miller wrote:
> First explain to me why the copy is needed for.
memcpy(skb2->data - 16, skb->data - 16, 16);
This is for purely bridged packets.
Why is it being added, therefore, to ip_queue_xmit() which is only
ever invoked by TCP output processing?
If the patch adds the call somewhere else, please correct me, but
I specifically remember it being added to ip_queue_xmit() which is
why I barfed when seeing it :-)
-
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/