centos man page for __pskb_pull_tail

Query: __pskb_pull_tail

OS: centos

Section: 9

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

__PSKB_PULL_TAIL(9)						 Linux Networking					       __PSKB_PULL_TAIL(9)

NAME
__pskb_pull_tail - advance tail of skb header
SYNOPSIS
unsigned char * __pskb_pull_tail(struct sk_buff * skb, int delta);
ARGUMENTS
skb buffer to reallocate delta number of bytes to advance tail
DESCRIPTION
The function makes a sense only on a fragmented sk_buff, it expands header moving its tail forward and copying necessary data from fragmented part. sk_buff MUST have reference count of 1. Returns NULL (and sk_buff does not change) if pull failed or value of new tail of skb in the case of success. All the pointers pointing into skb header may change and must be reloaded after call to this function.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 __PSKB_PULL_TAIL(9)
Related Man Pages
wimax_msg_alloc(9) - suse
cfg80211_testmode_alloc_reply_skb(9) - centos
plan9-tail(1) - debian
vconfig(8) - debian
__skb_recv_datagram(9) - suse
Similar Topics in the Unix Linux Community
TuxOnIce stalls 3 times before resuming