Lines Matching defs:txq
519 * the rxq based on the txq where the last packet of the flow comes. As
526 u32 txq = 0;
531 txq = __skb_get_hash_symmetric(skb);
532 e = tun_flow_find(&tun->flows[tun_hashfn(txq)], txq);
534 tun_flow_save_rps_rxhash(e, txq);
535 txq = e->queue_index;
538 txq = ((u64)txq * numqueues) >> 32;
541 return txq;
1075 int txq = skb->queue_mapping;
1081 tfile = rcu_dereference(tun->tfiles[txq]);
1139 queue = netdev_get_tx_queue(dev, txq);