Lines Matching refs:queue_index

137 		u16 queue_index;  member
162 int queue_index; member
381 u32 rxhash, u16 queue_index) in tun_flow_create() argument
388 rxhash, queue_index); in tun_flow_create()
392 e->queue_index = queue_index; in tun_flow_create()
403 e->rxhash, e->queue_index); in tun_flow_delete()
424 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
434 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
479 u16 queue_index = tfile->queue_index; in tun_flow_update() local
488 if (READ_ONCE(e->queue_index) != queue_index) in tun_flow_update()
489 WRITE_ONCE(e->queue_index, queue_index); in tun_flow_update()
497 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
535 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()
1555 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1576 skb_record_rx_queue(nskb, tfile->queue_index); in tun_rx_batched()
1579 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1921 skb_record_rx_queue(skb, tfile->queue_index); in tun_get_user()
2523 skb_record_rx_queue(skb, tfile->queue_index); in tun_xdp_one()