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 bufferSYNOPSISstruct sk_buff * __alloc_skb(unsigned int size, gfp_t gfp_mask, int flags, int node);ARGUMENTSsize size to allocate gfp_mask allocation mask flags -- undescribed -- node numa node to allocate memory onDESCRIPTIONAllocate 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 __ALLOC_SKB(9)
| Related Man Pages |
|---|
| kmem_cache_create(9) - suse |
| wimax_msg_alloc(9) - suse |
| journal_try_to_free_buffers(9) - centos |
| struct_sk_buff(9) - centos |
| 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 |