netdev_alloc_frag (9) Linux Manual Page
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.
