Lines Matching refs:queue_index

138 		u16 queue_index;  member
163 int queue_index; member
318 u32 rxhash, u16 queue_index) in tun_flow_create() argument
325 rxhash, queue_index); in tun_flow_create()
329 e->queue_index = queue_index; in tun_flow_create()
340 e->rxhash, e->queue_index); in tun_flow_delete()
361 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index) in tun_flow_delete_by_queue() argument
371 if (e->queue_index == queue_index) in tun_flow_delete_by_queue()
416 u16 queue_index = tfile->queue_index; in tun_flow_update() local
425 if (READ_ONCE(e->queue_index) != queue_index) in tun_flow_update()
426 WRITE_ONCE(e->queue_index, queue_index); in tun_flow_update()
434 tun_flow_create(tun, head, rxhash, queue_index); in tun_flow_update()
471 txq = e->queue_index; in tun_automq_select_queue()
584 u16 index = tfile->queue_index; in __tun_detach()
590 ntfile->queue_index = index; in __tun_detach()
591 ntfile->xdp_rxq.queue_index = index; in __tun_detach()
732 tfile->queue_index = tun->numqueues; in tun_attach()
739 if (tfile->xdp_rxq.queue_index != tfile->queue_index) in tun_attach()
740 tfile->xdp_rxq.queue_index = tfile->queue_index; in tun_attach()
744 tun->dev, tfile->queue_index, 0); 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()
1850 skb_record_rx_queue(skb, tfile->queue_index); in tun_get_user()
2439 skb_record_rx_queue(skb, tfile->queue_index); in tun_xdp_one()