suse man page for skb_cow

Query: skb_cow

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

SKB_COW(9)							 Linux Networking							SKB_COW(9)

NAME
skb_cow - copy header of skb when it is required
SYNOPSIS
int skb_cow(struct sk_buff * skb, unsigned int headroom);
ARGUMENTS
skb buffer to cow headroom needed headroom
DESCRIPTION
If the skb passed lacks sufficient headroom or its data part is shared, data is reallocated. If reallocation fails, an error is returned and original skb is not changed. The result is skb with writable area skb->head...skb->tail and at least headroom of space at head.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 SKB_COW(9)
Related Man Pages
__skb_recv_datagram(9) - centos
wimax_msg_alloc(9) - centos
vconfig(8) - redhat
tau_set_interrupt_interval(3) - debian
vconfig(8) - debian
Similar Topics in the Unix Linux Community
Getting command output to putty window title.
Migrating to UNIX
SOCKS proxy & PAM configuration exposure
Tar Command
Docker learning Phase-I