suse man page for __alloc_skb

Query: __alloc_skb

OS: suse

Section: 9

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

__ALLOC_SKB(9)							 Linux Networking						    __ALLOC_SKB(9)

NAME
__alloc_skb - allocate a network buffer
SYNOPSIS
struct sk_buff * __alloc_skb(unsigned int size, gfp_t gfp_mask, int flags, int node);
ARGUMENTS
size size to allocate gfp_mask allocation mask flags -- undescribed -- node numa node to allocate memory on
DESCRIPTION
Allocate a new sk_buff. The returned buffer has no headroom and a tail room of size bytes. The object has a reference count of one. The return is the buffer. On a failure the return is NULL. Buffers may only be allocated from interrupts using a gfp_mask of GFP_ATOMIC.
COPYRIGHT
Kernel Hackers Manual 2.6. July 2010 __ALLOC_SKB(9)
Related Man Pages
wimax_msg_alloc(9) - suse
struct_sk_buff(9) - centos
blk_make_request(9) - suse
struct_sk_buff(9) - suse
kmem_cache_create(9) - linux
Similar Topics in the Unix Linux Community
Why cannot only the "rtl8139_rx" function be setted breakpoint on whereas the others can?
TuxOnIce stalls 3 times before resuming
Server reboot