Lines Matching refs:queue_index
137 u16 queue_index;
162 int queue_index;
381 u32 rxhash, u16 queue_index)
388 rxhash, queue_index);
392 e->queue_index = queue_index;
403 e->rxhash, e->queue_index);
424 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index)
434 if (e->queue_index == queue_index)
479 u16 queue_index = tfile->queue_index;
488 if (READ_ONCE(e->queue_index) != queue_index)
489 WRITE_ONCE(e->queue_index, queue_index);
497 tun_flow_create(tun, head, rxhash, queue_index);
535 txq = e->queue_index;
649 u16 index = tfile->queue_index;
655 ntfile->queue_index = index;
656 ntfile->xdp_rxq.queue_index = index;
797 tfile->queue_index = tun->numqueues;
801 /* Re-attach detached tfile, updating XDP queue_index */
804 if (tfile->xdp_rxq.queue_index != tfile->queue_index)
805 tfile->xdp_rxq.queue_index = tfile->queue_index;
809 tun->dev, tfile->queue_index, 0);
1555 skb_record_rx_queue(skb, tfile->queue_index);
1576 skb_record_rx_queue(nskb, tfile->queue_index);
1579 skb_record_rx_queue(skb, tfile->queue_index);
1921 skb_record_rx_queue(skb, tfile->queue_index);
2518 skb_record_rx_queue(skb, tfile->queue_index);