table of contents
NETDEV_ALLOC_FRAG(9) | Linux Networking | NETDEV_ALLOC_FRAG(9) |
NAME¶
netdev_alloc_frag - allocate a page fragment
SYNOPSIS¶
void * netdev_alloc_frag(unsigned int fragsz);
ARGUMENTS¶
fragsz
fragment size
DESCRIPTION¶
Allocates a frag from a page for receive buffer. Uses GFP_ATOMIC allocations.
COPYRIGHT¶
June 2024 | Kernel Hackers Manual 3.10 |