Query: skb_clone
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_CLONE(9) Linux Networking SKB_CLONE(9)NAMEskb_clone - duplicate an sk_buffSYNOPSISstruct sk_buff * skb_clone(struct sk_buff * skb, gfp_t gfp_mask);ARGUMENTSskb buffer to clone gfp_mask allocation priorityDESCRIPTIONDuplicate an sk_buff. The new one is not owned by a socket. Both copies share the same packet data but not structure. The new buffer has a reference count of 1. If the allocation fails the function returns NULL otherwise the new buffer is returned. If this function is called from an interrupt gfp_mask must be GFP_ATOMIC.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_CLONE(9)
Related Man Pages |
---|
call_usermodehelper_setup(9) - centos |
__skb_recv_datagram(9) - centos |
journal_try_to_free_buffers(9) - centos |
blk_make_request(9) - suse |
journal_try_to_free_buffers(9) - suse |
Similar Topics in the Unix Linux Community |
---|
TuxOnIce stalls 3 times before resuming |