Searched refs:skb_rx_queue_recorded (Results 1 – 5 of 5) sorted by relevance
188 if (likely(skb_rx_queue_recorded(skb))) { in macvtap_get_queue()
2295 if (skb_rx_queue_recorded(skb)) { in __skb_tx_hash()2667 if (!skb_rx_queue_recorded(skb) || !dev->rx_cpu_rmap || in set_rps_cpu()2713 if (skb_rx_queue_recorded(skb)) { in get_rps_cpu()
2520 static inline bool skb_rx_queue_recorded(const struct sk_buff *skb) in skb_rx_queue_recorded() function
4169 u16 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : 0; in bond_select_queue()
6165 int txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : in ixgbe_select_queue()