Name

netdev_alloc_frag — allocate a page fragment

Synopsis

void * netdev_alloc_frag (unsigned int fragsz);
 

Arguments

unsigned int fragsz

fragment size

Description

Allocates a frag from a page for receive buffer. Uses GFP_ATOMIC allocations.