Home
last modified time | relevance | path

Searched refs:skb_tx_hash (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst116 … real_num_tx_queues read_mostly skb_tx_hash,netdev_core_pic…
157 … num_tc read_mostly skb_tx_hash
158 …_txq tc_to_txq[16] read_mostly skb_tx_hash
/linux/net/core/
H A Ddev.c3455 static u16 skb_tx_hash(const struct net_device *dev, in skb_tx_hash() function
4497 new_index = skb_tx_hash(dev, sb_dev, skb); in netdev_pick_tx()