Hi,
My kernel module should expand received IP packets with new IP header and UDP header and other private data in head( some like IP in IP encapsuled), all expand data will more than than 16, so I will have to use skb_realloc_headroom to expand the sk_buff, but I don't want to do this for performance,is it possible to allocate sk_buff reserve more than 16 in headroom and how to do this?
hope you can understande my problem:)!
Thanks!
