Allocate a page fragment
void * netdev_alloc_frag(unsigned int fragsz);
fragsz
fragment size
Allocates a frag from a page for receive buffer. Uses GFP_ATOMIC allocations.