netdev_alloc_frag(9) 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