Lines Matching refs:queue_index
168 u16 queue_index; member
193 int queue_index; member
421 u32 rxhash, u16 queue_index) in tun_flow_create() argument
427 rxhash, queue_index); in tun_flow_create()
431 e->queue_index = queue_index; in tun_flow_create()
442 e->rxhash, e->queue_index); in tun_flow_delete()
463 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
473 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
520 u16 queue_index = tfile->queue_index; in tun_flow_update() local
529 if (READ_ONCE(e->queue_index) != queue_index) in tun_flow_update()
530 WRITE_ONCE(e->queue_index, queue_index); in tun_flow_update()
538 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
577 txq = e->queue_index; in tun_automq_select_queue()
690 u16 index = tfile->queue_index; in __tun_detach()
696 ntfile->queue_index = index; in __tun_detach()
832 tfile->queue_index = tun->numqueues; in tun_attach()
839 if (tfile->xdp_rxq.queue_index != tfile->queue_index) in tun_attach()
840 tfile->xdp_rxq.queue_index = tfile->queue_index; in tun_attach()
844 tun->dev, tfile->queue_index); in tun_attach()
1552 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1573 skb_record_rx_queue(nskb, tfile->queue_index); in tun_rx_batched()
1576 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
2500 skb_record_rx_queue(skb, tfile->queue_index); in tun_xdp_one()