commit | 775ffabf77a648d78fe1d20cb3a620e771abb921 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Fri Dec 05 22:41:26 2008 -0800 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 05 22:41:26 2008 -0800 |
tree | 92d953047db446134ddae8facf209fa71d14c992 | |
parent | 9969ca5f205988fb96461075cb4914c55cf166b5 [diff] |
tcp: make mtu probe failure to not break gso'ed skbs unnecessarily I noticed that since skb->len has nothing to do with actual segment length with gso, we need to figure it out separately, reuse a function from the recent shifting stuff (generalize it). Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>