pskb_expand_head(9) suse man page | unix.com

Man Page: pskb_expand_head

Operating Environment: suse

Section: 9

PSKB_EXPAND_HEAD(9)						 Linux Networking					       PSKB_EXPAND_HEAD(9)

NAME
pskb_expand_head - reallocate header of sk_buff
SYNOPSIS
int pskb_expand_head(struct sk_buff * skb, int nhead, int ntail, gfp_t gfp_mask);
ARGUMENTS
skb buffer to reallocate nhead room to add at head ntail room to add at tail gfp_mask allocation priority
DESCRIPTION
Expands (or creates identical copy, if nhead and ntail are zero) header of skb. sk_buff itself is not changed. sk_buff MUST have reference count of 1. Returns zero in the case of success or error, if expansion failed. In the last case, sk_buff is not changed. All the pointers pointing into skb header may change and must be reloaded after call to this function.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 PSKB_EXPAND_HEAD(9)
Related Man Pages
struct_ieee80211_tx_rate_control(9) - centos
wimax_msg_alloc(9) - centos
ieee80211_get_buffered_bc(9) - suse
journal_try_to_free_buffers(9) - suse
struct_sk_buff(9) - suse
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Is UNIX an open source OS ?
Grant unprivileged user rights to see the output of echo|format but not modify disks
Cut command on RHEL 6.8 compatibility issues
Shopt -s histappend