skb_copy_expand man page on Scientific

Man page or keyword search:  
man Server   26626 pages
apropos Keyword Search (all sections)
Output format
Scientific logo
[printable version]

SKB_COPY_EXPAND(9)	       Linux Networking		    SKB_COPY_EXPAND(9)

NAME
       skb_copy_expand - copy and expand sk_buff

SYNOPSIS
       struct sk_buff * skb_copy_expand(const struct sk_buff * skb,
					int newheadroom, int newtailroom,
					gfp_t gfp_mask);

ARGUMENTS
       skb
	   buffer to copy

       newheadroom
	   new free bytes at head

       newtailroom
	   new free bytes at tail

       gfp_mask
	   allocation priority

DESCRIPTION
       Make a copy of both an sk_buff and its data and while doing so allocate
       additional space.

       This is used when the caller wishes to modify the data and needs a
       private copy of the data to alter as well as more space for new fields.
       Returns NULL on failure or the pointer to the buffer on success. The
       returned buffer has a reference count of 1.

       You must pass GFP_ATOMIC as the allocation priority if this function is
       called from an interrupt.

COPYRIGHT
Kernel Hackers Manual 2.6.	 November 2013		    SKB_COPY_EXPAND(9)
[top]

List of man pages available for Scientific

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net