Scroll to navigation

NETDEV_ALLOC_FRAG(9) Linux Networking NETDEV_ALLOC_FRAG(9)

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.

COPYRIGHT

July 2017 Kernel Hackers Manual 4.12