Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/
H A Dnet_failover.c139 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : 0; in net_failover_select_queue()
H A Dtap.c277 if (likely(skb_rx_queue_recorded(skb))) { in tap_get_queue()
/OK3568_Linux_fs/kernel/net/core/
H A Ddev.c3189 if (skb_rx_queue_recorded(skb)) { in skb_tx_hash()
4311 if (!skb_rx_queue_recorded(skb) || !dev->rx_cpu_rmap || in set_rps_cpu()
4358 if (skb_rx_queue_recorded(skb)) { in get_rps_cpu()
4611 if (skb_rx_queue_recorded(skb)) { in netif_get_rxqueue()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h1872 if (skb_rx_queue_recorded(skb)) { in sk_rx_queue_set()
/OK3568_Linux_fs/kernel/drivers/net/bonding/
H A Dbond_main.c4625 if (!skb_rx_queue_recorded(skb)) in bond_slave_override()
4653 u16 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : 0; in bond_select_queue()
/OK3568_Linux_fs/kernel/drivers/net/hyperv/
H A Dnetvsc_drv.c334 if (skb_rx_queue_recorded(skb)) in netvsc_pick_tx()
/OK3568_Linux_fs/kernel/drivers/net/team/
H A Dteam.c1749 u16 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : 0; in team_select_queue()
/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h4418 static inline bool skb_rx_queue_recorded(const struct sk_buff *skb) in skb_rx_queue_recorded() function
/OK3568_Linux_fs/kernel/drivers/net/ethernet/amazon/ena/
H A Dena_netdev.c3067 if (skb_rx_queue_recorded(skb)) in ena_select_queue()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_main.c1187 txq = (skb_rx_queue_recorded(skb) in cxgb_select_queue()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8547 txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) : in ixgbe_select_queue()