Lines Matching refs:queue_index
137 u16 queue_index; member
162 int queue_index; member
376 u32 rxhash, u16 queue_index) in tun_flow_create() argument
383 rxhash, queue_index); in tun_flow_create()
387 e->queue_index = queue_index; in tun_flow_create()
398 e->rxhash, e->queue_index); in tun_flow_delete()
419 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
429 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
474 u16 queue_index = tfile->queue_index; in tun_flow_update() local
483 if (READ_ONCE(e->queue_index) != queue_index) in tun_flow_update()
484 WRITE_ONCE(e->queue_index, queue_index); in tun_flow_update()
492 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
530 txq = e->queue_index; in tun_automq_select_queue()
643 u16 index = tfile->queue_index; in __tun_detach()
649 ntfile->queue_index = index; in __tun_detach()
785 tfile->queue_index = tun->numqueues; in tun_attach()
792 if (tfile->xdp_rxq.queue_index != tfile->queue_index) in tun_attach()
793 tfile->xdp_rxq.queue_index = tfile->queue_index; in tun_attach()
797 tun->dev, tfile->queue_index, 0); in tun_attach()
1515 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1536 skb_record_rx_queue(nskb, tfile->queue_index); in tun_rx_batched()
1539 skb_record_rx_queue(skb, tfile->queue_index); in tun_rx_batched()
1888 skb_record_rx_queue(skb, tfile->queue_index); in tun_get_user()
2455 skb_record_rx_queue(skb, tfile->queue_index); in tun_xdp_one()