diff options
author | Herbert Xu <herbert@gondor.apana.org.au> | 2009-05-26 18:50:31 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-05-27 03:26:02 -0700 |
commit | cb18978cbf454c236db5e4191a12ef71eef9b3a0 (patch) | |
tree | 19677bb82c9e750efe4c735f31df50b5e82a5a6d /net/core/skbuff.c | |
parent | 1075f3f65d0e0f49351b7d4310e9f94483972a51 (diff) | |
download | linux-cb18978cbf454c236db5e4191a12ef71eef9b3a0.tar.bz2 |
gro: Open-code final pskb_may_pull
As we know the only packets which need the final pskb_may_pull
are completely non-linear, and have all the required bits in
frag0, we can perform a straight memcpy instead of going through
pskb_may_pull and doing skb_copy_bits.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/skbuff.c')
0 files changed, 0 insertions, 0 deletions