skb_copy_expand (9) Linux Manual Page
skb_copy_expand – copy and expand sk_buff Synopsis struct sk_buff *skb_copy_expand(const struct sk_buff *skb, int newheadroom, int newtailroom, gfp_t gfp_mask); Arguments skb buffer to copy newheadroom new free bytes at head newtailroom new free bytes at tail gfp_mask allocation priority Description Make a copy of both an sk_buff and its data and while doing so allocate…
