Lines Matching defs:txq
531 * the rxq based on the txq where the last packet of the flow comes. As
538 u32 txq = 0;
543 txq = __skb_get_hash_symmetric(skb);
544 e = tun_flow_find(&tun->flows[tun_hashfn(txq)], txq);
546 tun_flow_save_rps_rxhash(e, txq);
547 txq = e->queue_index;
550 txq = ((u64)txq * numqueues) >> 32;
553 return txq;
1085 int txq = skb->queue_mapping;
1091 tfile = rcu_dereference(tun->tfiles[txq]);
1132 queue = netdev_get_tx_queue(dev, txq);