Query: __pskb_copy
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
__PSKB_COPY(9) Linux Networking __PSKB_COPY(9)NAME__pskb_copy - create copy of an sk_buff with private head.SYNOPSISstruct sk_buff * __pskb_copy(struct sk_buff * skb, int headroom, gfp_t gfp_mask);ARGUMENTSskb buffer to copy headroom headroom of new skb gfp_mask allocation priorityDESCRIPTIONMake a copy of both an sk_buff and part of its data, located in header. Fragmented data remain shared. This is used when the caller wishes to modify only header of sk_buff and needs private copy of the header to alter. Returns NULL on failure or the pointer to the buffer on success. The returned buffer has a reference count of 1.COPYRIGHTKernel Hackers Manual 3.10 June 2014 __PSKB_COPY(9)
Related Man Pages |
---|
cfg80211_testmode_alloc_reply_skb(9) - centos |
ieee80211_get_buffered_bc(9) - centos |
struct_tid_ampdu_rx(9) - centos |
wimax_msg_alloc(9) - centos |
__skb_recv_datagram(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Weird 'find' results |
How to increment version inside a file? |
Docker learning Phase-I |
Shopt -s histappend |
[TIP] Processing YAML files with yq |