netdev_alloc_frag (9) - Linux Manuals

netdev_alloc_frag: allocate a page fragment

NAME

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.

COPYRIGHT