Query: skb_share_check
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_SHARE_CHECK(9) Linux Networking SKB_SHARE_CHECK(9)NAMEskb_share_check - check if buffer is shared and if so clone itSYNOPSISstruct sk_buff * skb_share_check(struct sk_buff * skb, gfp_t pri);ARGUMENTSskb buffer to check pri priority for memory allocationDESCRIPTIONIf the buffer is shared the buffer is cloned and the old copy drops a reference. A new clone with a single reference is returned. If the buffer is not shared the original buffer is returned. When being called from interrupt status or with spinlocks held pri must be GFP_ATOMIC. NULL is returned on a memory allocation failure.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_SHARE_CHECK(9)
Related Man Pages |
---|
wimax_msg_alloc(9) - suse |
cfg80211_testmode_alloc_reply_skb(9) - centos |
struct_sk_buff(9) - centos |
struct_tid_ampdu_rx(9) - centos |
esbbcall(9f) - debian |
Similar Topics in the Unix Linux Community |
---|
How to increment version inside a file? |
Tar Command |
Shopt -s histappend |
Unsure why access time on a directory change isn't changing |
[TIP] Processing YAML files with yq |