Alan Cox <[EMAIL PROTECTED]> wrote: > > skb_padto() returns either a new buffer or the existing one depending > upon the space situation. If it returns a new buffer then it frees the > old one.
I think skb_padto simply shouldn't allocate a new skb. It only needs to extend the data area. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html