centos man page for skb_copy_expand

Query: skb_copy_expand

OS: centos

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SKB_COPY_EXPAND(9)						 Linux Networking						SKB_COPY_EXPAND(9)

NAME
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 additional space. This is used when the caller wishes to modify the data and needs a private copy of the data to alter as well as more space for new fields. Returns NULL on failure or the pointer to the buffer on success. The returned buffer has a reference count of 1. You must pass GFP_ATOMIC as the allocation priority if this function is called from an interrupt.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_COPY_EXPAND(9)
Related Man Pages
__skb_recv_datagram(9) - centos
cfg80211_testmode_alloc_reply_skb(9) - centos
journal_try_to_free_buffers(9) - centos
struct_ieee80211_tx_rate_control(9) - centos
struct_sk_buff(9) - centos
Similar Topics in the Unix Linux Community
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing
CentOS 6 ran out of space, need to reclaim it
[TIP] Processing YAML files with yq