Query: skb_cow_head
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SKB_COW_HEAD(9) Linux Networking SKB_COW_HEAD(9)NAMEskb_cow_head - skb_cow but only making the head writableSYNOPSISint skb_cow_head(struct sk_buff * skb, unsigned int headroom);ARGUMENTSskb buffer to cow headroom needed headroomDESCRIPTIONThis function is identical to skb_cow except that we replace the skb_cloned check by skb_header_cloned. It should be used when you only need to push on some header and do not need to modify the data.COPYRIGHTKernel Hackers Manual 3.10 June 2014 SKB_COW_HEAD(9)
| Related Man Pages |
|---|
| wimax_msg_alloc(9) - suse |
| struct_ieee80211_hw(9) - centos |
| struct_tid_ampdu_rx(9) - centos |
| __skb_recv_datagram(9) - suse |
| struct_sk_buff(9) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| Set hard block limit for user using quota |
| Best performance UNIX just for HOST Virtualization? |
| DB2 convert digits to binary format |
| Docker learning Phase-I |