skb_cow_head(9) centos man page | unix.com

Man Page: skb_cow_head

Operating Environment: centos

Section: 9

SKB_COW_HEAD(9) 						 Linux Networking						   SKB_COW_HEAD(9)

NAME
skb_cow_head - skb_cow but only making the head writable
SYNOPSIS
int skb_cow_head(struct sk_buff * skb, unsigned int headroom);
ARGUMENTS
skb buffer to cow headroom needed headroom
DESCRIPTION
This 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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 SKB_COW_HEAD(9)
Related Man Pages
struct_ieee80211_tx_rate_control(9) - centos
struct_sk_buff(9) - centos
struct_tid_ampdu_rx(9) - centos
usb_gadget_config_buf(9) - centos
tau_set_interrupt_interval(3) - debian
Similar Topics in the Unix Linux Community
DB2 convert digits to binary format
Tar Command
Shopt -s histappend
Controlling user input
Please Welcome Dave Munro to the Moderator Team!