table of contents
other versions
NETDEV_ALLOC_FRAG(9) | Linux Networking | NETDEV_ALLOC_FRAG(9) |
NAME¶
netdev_alloc_frag - allocate a page fragmentSYNOPSIS¶
void * netdev_alloc_frag(unsigned int fragsz);
ARGUMENTS¶
unsigned int fragszfragment size
DESCRIPTION¶
Allocates a frag from a page for receive buffer. Uses GFP_ATOMIC allocations.COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |