centos man page for skb_copy_ubufs

Query: skb_copy_ubufs

OS: centos

Section: 9

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

SKB_COPY_UBUFS(9)						 Linux Networking						 SKB_COPY_UBUFS(9)

NAME
skb_copy_ubufs - copy userspace skb frags buffers to kernel
SYNOPSIS
int skb_copy_ubufs(struct sk_buff * skb, gfp_t gfp_mask);
ARGUMENTS
skb the skb to modify gfp_mask allocation priority
DESCRIPTION
This must be called on SKBTX_DEV_ZEROCOPY skb. It will copy all frags into kernel and drop the reference to userspace pages. If this function is called from an interrupt gfp_mask must be GFP_ATOMIC. Returns 0 on success or a negative error code on failure to allocate kernel memory to copy to.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_COPY_UBUFS(9)
Related Man Pages
call_usermodehelper_setup(9) - centos
ieee80211_get_buffered_bc(9) - centos
struct_ieee80211_tx_rate_control(9) - centos
vconfig(8) - redhat
journal_try_to_free_buffers(9) - suse
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Shopt -s histappend
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