Lines Matching refs:queue_index
148 u16 queue_index; member
173 int queue_index; member
393 u32 rxhash, u16 queue_index) in tun_flow_create() argument
400 rxhash, queue_index); in tun_flow_create()
404 e->queue_index = queue_index; in tun_flow_create()
415 e->rxhash, e->queue_index); in tun_flow_delete()
436 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
446 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
491 u16 queue_index = tfile->queue_index; in tun_flow_update() local
500 if (READ_ONCE(e->queue_index) != queue_index) in tun_flow_update()
501 WRITE_ONCE(e->queue_index, queue_index); in tun_flow_update()
509 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
547 txq = e->queue_index; in tun_automq_select_queue()
661 u16 index = tfile->queue_index; in __tun_detach()
667 ntfile->queue_index = index; in __tun_detach()
808 tfile->queue_index = tun->numqueues; in tun_attach()
815 if (tfile->xdp_rxq.queue_index != tfile->queue_index) in tun_attach()
816 tfile->xdp_rxq.queue_index = tfile->queue_index; in tun_attach()
820 tun->dev, tfile->queue_index); in tun_attach()
1562 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1583 skb_record_rx_queue(nskb, tfile->queue_index); in tun_rx_batched()
1586 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1942 skb_record_rx_queue(skb, tfile->queue_index); in tun_get_user()
2530 skb_record_rx_queue(skb, tfile->queue_index); in tun_xdp_one()