Home
last modified time | relevance | path

Searched refs:netif_schedule_queue (Results 1 – 4 of 4) sorted by relevance

/linux/net/sched/
H A Dsch_plug.c184 netif_schedule_queue(sch->dev_queue); in plug_change()
192 netif_schedule_queue(sch->dev_queue); in plug_change()
H A Dsch_generic.c486 netif_schedule_queue(txq); in netif_unfreeze_queues()
/linux/include/linux/
H A Dnetdevice.h3539 void netif_schedule_queue(struct netdev_queue *txq); in netif_tx_schedule_all()
3546 netif_schedule_queue(netdev_get_tx_queue(dev, i)); in netif_tx_start_queue()
3826 netif_schedule_queue(dev_queue);
/linux/net/core/
H A Ddev.c3390 void netif_schedule_queue(struct netdev_queue *txq) in netif_schedule_queue() function
3400 EXPORT_SYMBOL(netif_schedule_queue);