netdev_alloc_page

Langue: en

Version: May 2009 (fedora - 06/07/09)

Section: 9 (Appels noyau Linux)

NAME

netdev_alloc_page - allocate a page for ps-rx on a specific device

SYNOPSIS

struct page * netdev_alloc_page(struct net_device * dev);

ARGUMENTS

dev

network device to receive on

DESCRIPTION

Allocate a new page node local to the specified device.

NULL is returned if there is no free memory.