Lines Matching refs:queue_index
139 u16 queue_index; member
164 int queue_index; member
383 u32 rxhash, u16 queue_index) in tun_flow_create() argument
390 rxhash, queue_index); in tun_flow_create()
394 e->queue_index = queue_index; in tun_flow_create()
405 e->rxhash, e->queue_index); in tun_flow_delete()
426 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
436 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
481 u16 queue_index = tfile->queue_index; in tun_flow_update() local
490 if (READ_ONCE(e->queue_index) != queue_index) in tun_flow_update()
491 WRITE_ONCE(e->queue_index, queue_index); in tun_flow_update()
499 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
536 txq = e->queue_index; in tun_automq_select_queue()
649 u16 index = tfile->queue_index; in __tun_detach()
655 ntfile->queue_index = index; in __tun_detach()
656 ntfile->xdp_rxq.queue_index = index; in __tun_detach()
797 tfile->queue_index = tun->numqueues; in tun_attach()
804 if (tfile->xdp_rxq.queue_index != tfile->queue_index) in tun_attach()
805 tfile->xdp_rxq.queue_index = tfile->queue_index; in tun_attach()
809 tun->dev, tfile->queue_index, 0); in tun_attach()
1549 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1570 skb_record_rx_queue(nskb, tfile->queue_index); in tun_rx_batched()
1573 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1919 skb_record_rx_queue(skb, tfile->queue_index); in tun_get_user()
2520 skb_record_rx_queue(skb, tfile->queue_index); in tun_xdp_one()