Query: __alloc_skb
OS: centos
Section: 9
Links: centos man pages all man pages
Forums: unix linux community forum categories
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 If SKB_ALLOC_FCLONE is set, allocate from fclone cache instead of head cache and allocate a cloned (child) skb. If SKB_ALLOC_RX is set, __GFP_MEMALLOC will be used for allocations in case the data is required for writeback node numa node to allocate memory onDESCRIPTIONAllocate a new sk_buff. The returned buffer has no headroom and a tail room of at least 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 3.10 June 2014 __ALLOC_SKB(9)
Related Man Pages |
---|
call_usermodehelper_setup(9) - centos |
kmem_cache_create(9) - suse |
journal_try_to_free_buffers(9) - centos |
kmalloc_array(9) - centos |
struct_sk_buff(9) - centos |
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 |