Re: skb fragmentation

From: Andi Kleen
Date: Tue Jan 13 2004 - 05:12:16 EST


Muli Ben-Yehuda <mulix@xxxxxxxxx> writes:

> How? build a fragmented skb on the receive path and send it
> upwards. Last I looked at the relevant code (2.4.something), however,
> the tcp/ip stack called skb_linearize() on the skb on its way up, so

Actually the main protocols (TCP,UDP,RAW) work with fragmented skbs. The
skb_linearize() users are mostly netfilter modules and some obscure
older protocols. Most of that has been fixed in 2.6.

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