Query: pskb_expand_head
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PSKB_EXPAND_HEAD(9) Linux Networking PSKB_EXPAND_HEAD(9)NAMEpskb_expand_head - reallocate header of sk_buffSYNOPSISint pskb_expand_head(struct sk_buff * skb, int nhead, int ntail, gfp_t gfp_mask);ARGUMENTSskb buffer to reallocate nhead room to add at head ntail room to add at tail gfp_mask allocation priorityDESCRIPTIONExpands (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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PSKB_EXPAND_HEAD(9)
Related Man Pages |
---|
cfg80211_testmode_alloc_reply_skb(9) - centos |
struct_tid_ampdu_rx(9) - centos |
vconfig(8) - redhat |
vconfig(8) - suse |
struct_sk_buff(9) - suse |
Similar Topics in the Unix Linux Community |
---|
Change directory error |
Cut command on RHEL 6.8 compatibility issues |
Update kernel Linux without reboot?! |
SOCKS proxy & PAM configuration exposure |
Shopt -s histappend |