Herbert Xu 2ca7b0ac02 [NETFILTER]: Avoid skb_copy/pskb_copy/skb_realloc_headroom
This patch replaces unnecessary uses of skb_copy, pskb_copy and
skb_realloc_headroom by functions such as skb_make_writable and
pskb_expand_head.

This allows us to remove the double pointers later.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-10-15 12:26:28 -07:00
..
2007-10-10 16:54:48 -07:00
2007-10-14 12:41:51 -07:00
2007-10-15 17:00:19 +02:00
2007-07-16 09:05:45 -07:00
2005-04-16 15:20:36 -07:00