Searched refs:bond_dev_queue_xmit (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/bonding/
H A Dbonding.h332 int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, struct net_device *slave_dev);
H A Dbond_main.c409 * bond_dev_queue_xmit - Prepare skb for xmit.
422 int bond_dev_queue_xmit(struct bonding *bond, struct sk_buff *skb, function
4288 res = bond_dev_queue_xmit(bond, skb, slave->dev);
4321 res = bond_dev_queue_xmit(bond, skb, bond->curr_active_slave->dev);
4365 res = bond_dev_queue_xmit(bond, skb, slave->dev);
4414 res = bond_dev_queue_xmit(bond, skb2, tx_dev);
4425 res = bond_dev_queue_xmit(bond, skb, tx_dev);
4481 res = bond_dev_queue_xmit(bond, skb, slave->dev);
H A Dbond_alb.c1386 res = bond_dev_queue_xmit(bond, skb, tx_slave->dev);
H A Dbond_3ad.c2383 res = bond_dev_queue_xmit(bond, skb, slave->dev);

Completed in 123 milliseconds