Home
last modified time | relevance | path

Searched refs:skb_rx_queue_recorded (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/net/
Dmacvtap.c188 if (likely(skb_rx_queue_recorded(skb))) { in macvtap_get_queue()
/linux-3.4.99/net/core/
Ddev.c2295 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()
/linux-3.4.99/include/linux/
Dskbuff.h2520 static inline bool skb_rx_queue_recorded(const struct sk_buff *skb) in skb_rx_queue_recorded() function
/linux-3.4.99/drivers/net/bonding/
Dbond_main.c4169 u16 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : 0; in bond_select_queue()
/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c6165 int txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : in ixgbe_select_queue()