NETDEV_ALLOC_PAGE
Section: Linux Networking (9)
Updated: February 2011
Index
Return to Main Contents
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. dev currently unused.
NULL
is returned if there is no free memory.
COPYRIGHT