Lines Matching refs:queue_index
140 u16 queue_index; member
165 int queue_index; member
373 u32 rxhash, u16 queue_index) in tun_flow_create() argument
380 rxhash, queue_index); in tun_flow_create()
384 e->queue_index = queue_index; in tun_flow_create()
395 e->rxhash, e->queue_index); in tun_flow_delete()
416 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
426 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
471 u16 queue_index = tfile->queue_index; in tun_flow_update() local
480 if (READ_ONCE(e->queue_index) != queue_index) in tun_flow_update()
481 WRITE_ONCE(e->queue_index, queue_index); in tun_flow_update()
489 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
527 txq = e->queue_index; in tun_automq_select_queue()
640 u16 index = tfile->queue_index; in __tun_detach()
646 ntfile->queue_index = index; in __tun_detach()
782 tfile->queue_index = tun->numqueues; in tun_attach()
789 if (tfile->xdp_rxq.queue_index != tfile->queue_index) in tun_attach()
790 tfile->xdp_rxq.queue_index = tfile->queue_index; in tun_attach()
794 tun->dev, tfile->queue_index); in tun_attach()
1484 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1505 skb_record_rx_queue(nskb, tfile->queue_index); in tun_rx_batched()
1508 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1864 skb_record_rx_queue(skb, tfile->queue_index); in tun_get_user()
2448 skb_record_rx_queue(skb, tfile->queue_index); in tun_xdp_one()