Scroll to navigation

NETIF_START_SUBQUEUE(9) Network device support NETIF_START_SUBQUEUE(9)

NAME

netif_start_subqueue - allow sending packets on subqueue

SYNOPSIS

void netif_start_subqueue(struct net_device * dev, u16 queue_index);

ARGUMENTS

struct net_device * dev
network device

u16 queue_index

sub queue index

DESCRIPTION

Start individual transmit queue of a device with multiple transmit queues.

COPYRIGHT

September 2017 Kernel Hackers Manual 4.12