Lines Matching refs:queue_index
148 u16 queue_index;
173 int queue_index;
393 u32 rxhash, u16 queue_index)
400 rxhash, queue_index);
404 e->queue_index = queue_index;
415 e->rxhash, e->queue_index);
436 static void tun_flow_delete_by_queue(struct tun_struct *tun, u16 queue_index)
446 if (e->queue_index == queue_index)
491 u16 queue_index = tfile->queue_index;
500 if (READ_ONCE(e->queue_index) != queue_index)
501 WRITE_ONCE(e->queue_index, queue_index);
509 tun_flow_create(tun, head, rxhash, queue_index);
547 txq = e->queue_index;
661 u16 index = tfile->queue_index;
667 ntfile->queue_index = index;
808 tfile->queue_index = tun->numqueues;
812 /* Re-attach detached tfile, updating XDP queue_index */
815 if (tfile->xdp_rxq.queue_index != tfile->queue_index)
816 tfile->xdp_rxq.queue_index = tfile->queue_index;
820 tun->dev, tfile->queue_index);
1562 skb_record_rx_queue(skb, tfile->queue_index);
1583 skb_record_rx_queue(nskb, tfile->queue_index);
1586 skb_record_rx_queue(skb, tfile->queue_index);
1942 skb_record_rx_queue(skb, tfile->queue_index);
2535 skb_record_rx_queue(skb, tfile->queue_index);