Searched refs:tx_dev (Results 1 – 1 of 1) sorted by relevance
4246 struct net_device *tx_dev = NULL; in bond_xmit_broadcast() local4266 if (tx_dev) { in bond_xmit_broadcast()4274 res = bond_dev_queue_xmit(bond, skb2, tx_dev); in bond_xmit_broadcast()4280 tx_dev = slave->dev; in bond_xmit_broadcast()4284 if (tx_dev) in bond_xmit_broadcast()4285 res = bond_dev_queue_xmit(bond, skb, tx_dev); in bond_xmit_broadcast()