1. NAME

netdev_alloc_frag - allocate a page fragment

2. SYNOPSIS

void * netdev_alloc_frag(unsigned int  fragsz );

3. ARGUMENTS

fragsz
    fragment size

4. DESCRIPTION

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

5. COPYRIGHT