Lines Matching refs:queue_index
137 u16 queue_index; member
162 int queue_index; member
370 u32 rxhash, u16 queue_index) in tun_flow_create() argument
377 rxhash, queue_index); in tun_flow_create()
381 e->queue_index = queue_index; in tun_flow_create()
392 e->rxhash, e->queue_index); in tun_flow_delete()
413 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
423 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
468 u16 queue_index = tfile->queue_index; in tun_flow_update() local
477 if (READ_ONCE(e->queue_index) != queue_index) in tun_flow_update()
478 WRITE_ONCE(e->queue_index, queue_index); in tun_flow_update()
486 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
524 txq = e->queue_index; in tun_automq_select_queue()
637 u16 index = tfile->queue_index; in __tun_detach()
643 ntfile->queue_index = index; in __tun_detach()
779 tfile->queue_index = tun->numqueues; in tun_attach()
786 if (tfile->xdp_rxq.queue_index != tfile->queue_index) in tun_attach()
787 tfile->xdp_rxq.queue_index = tfile->queue_index; in tun_attach()
791 tun->dev, tfile->queue_index, 0); in tun_attach()
1459 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1480 skb_record_rx_queue(nskb, tfile->queue_index); in tun_rx_batched()
1483 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1832 skb_record_rx_queue(skb, tfile->queue_index); in tun_get_user()
2404 skb_record_rx_queue(skb, tfile->queue_index); in tun_xdp_one()