Query: skb_zerocopy
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_ZEROCOPY(9) Linux Networking SKB_ZEROCOPY(9)NAMEskb_zerocopy - Zero copy skb to skbSYNOPSISvoid skb_zerocopy(struct sk_buff * to, const struct sk_buff * from, int len, int hlen);ARGUMENTSto destination buffer from -- undescribed -- len number of bytes to copy from source buffer hlen size of linear headroom in destination bufferDESCRIPTIONCopies up to `len` bytes from `from` to `to` by creating references to the frags in the source buffer. The `hlen` as calculated by skb_zerocopy_headlen specifies the headroom in the `to` buffer.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_ZEROCOPY(9)
| Related Man Pages | 
|---|
| cfg80211_testmode_alloc_reply_skb(9) - centos | 
| copyout(9) - mojave | 
| copyinstr(9) - mojave | 
| struct_sk_buff(9) - centos | 
| copyinstr(9) - osx | 
| Similar Topics in the Unix Linux Community | 
|---|
| Set hard block limit for user using quota | 
| Tar Command | 
| Docker learning Phase-I | 
| CentOS 6 ran out of space, need to reclaim it | 
| [TIP] Processing YAML files with yq |