Home
last modified time | relevance | path

Searched refs:bond_get_slave_by_id (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/bonding/
H A Dbond_main.c4806 * bond_get_slave_by_id - get xmit slave with slave_id
4813 static struct slave *bond_get_slave_by_id(struct bonding *bond, in bond_get_slave_by_id() function
4898 return bond_get_slave_by_id(bond, 0); in bond_xmit_roundrobin_slave_get()
4906 return bond_get_slave_by_id(bond, slave_id); in bond_xmit_roundrobin_slave_get()
4939 return bond_get_slave_by_id(bond, 0); in bond_xdp_xmit_roundrobin_slave_get()
4947 return bond_get_slave_by_id(bond, slave_id); in bond_xdp_xmit_roundrobin_slave_get()
/kernel/linux/linux-5.10/drivers/net/bonding/
H A Dbond_main.c4260 * bond_get_slave_by_id - get xmit slave with slave_id
4267 static struct slave *bond_get_slave_by_id(struct bonding *bond, in bond_get_slave_by_id() function
4352 return bond_get_slave_by_id(bond, 0); in bond_xmit_roundrobin_slave_get()
4360 return bond_get_slave_by_id(bond, slave_id); in bond_xmit_roundrobin_slave_get()

Completed in 14 milliseconds