Lines Matching refs:queue_index
179 u16 queue_index; member
199 int queue_index; member
427 u32 rxhash, u16 queue_index) in tun_flow_create() argument
433 rxhash, queue_index); in tun_flow_create()
437 e->queue_index = queue_index; in tun_flow_create()
448 e->rxhash, e->queue_index); in tun_flow_delete()
469 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
479 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
526 u16 queue_index = tfile->queue_index; in tun_flow_update() local
538 e->queue_index = queue_index; in tun_flow_update()
545 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
586 txq = e->queue_index; in tun_automq_select_queue()
699 u16 index = tfile->queue_index; in __tun_detach()
705 ntfile->queue_index = index; in __tun_detach()
838 tfile->queue_index = tun->numqueues; in tun_attach()
845 if (tfile->xdp_rxq.queue_index != tfile->queue_index) in tun_attach()
846 tfile->xdp_rxq.queue_index = tfile->queue_index; in tun_attach()
850 tun->dev, tfile->queue_index); in tun_attach()