Query: skb_clone
OS: suse
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 2.6. July 2010 SKB_CLONE(9)
| Related Man Pages |
|---|
| __skb_recv_datagram(9) - centos |
| blk_make_request(9) - centos |
| struct_ieee80211_tx_rate_control(9) - centos |
| blk_make_request(9) - suse |
| ieee80211_get_buffered_bc(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| TuxOnIce stalls 3 times before resuming |