netdev_alloc_page(9) 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