/kernel/linux/linux-5.10/drivers/net/ |
H A D | eql.c | 148 head = &eql->queue.all_slaves; in eql_timer() 185 INIT_LIST_HEAD(&eql->queue.all_slaves); in eql_setup() 211 BUG_ON(!list_empty(&eql->queue.all_slaves)); in eql_open() 236 head = &queue->all_slaves; in eql_kill_slave_queue() 305 head = &queue->all_slaves; in __eql_schedule_slaves() 366 head = &queue->all_slaves; in __eql_find_slave_dev() 397 list_add(&slave->list, &queue->all_slaves); in __eql_insert_slave()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | eql.c | 150 head = &eql->queue.all_slaves; in eql_timer() 187 INIT_LIST_HEAD(&eql->queue.all_slaves); in eql_setup() 213 BUG_ON(!list_empty(&eql->queue.all_slaves)); in eql_open() 238 head = &queue->all_slaves; in eql_kill_slave_queue() 311 head = &queue->all_slaves; in __eql_schedule_slaves() 372 head = &queue->all_slaves; in __eql_find_slave_dev() 403 list_add(&slave->list, &queue->all_slaves); in __eql_insert_slave()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | if_eql.h | 37 struct list_head all_slaves; member
|
H A D | netdevice.h | 1178 * bool all_slaves); 1179 * Get the xmit slave of master device. If all_slaves is true, function 1433 bool all_slaves); 2904 bool all_slaves);
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | if_eql.h | 39 struct list_head all_slaves; member
|
H A D | netdevice.h | 1265 * bool all_slaves); 1266 * Get the xmit slave of master device. If all_slaves is true, function 1543 bool all_slaves); 3138 bool all_slaves);
|
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_main.c | 4456 struct bond_up_slave *all_slaves) in bond_set_slave_arr() 4464 all = rtnl_dereference(bond->all_slaves); in bond_set_slave_arr() 4465 rcu_assign_pointer(bond->all_slaves, all_slaves); in bond_set_slave_arr() 4479 all = rtnl_dereference(bond->all_slaves); in bond_reset_slave_arr() 4481 RCU_INIT_POINTER(bond->all_slaves, NULL); in bond_reset_slave_arr() 4496 struct bond_up_slave *usable_slaves = NULL, *all_slaves = NULL; in bond_update_slave_arr() local 4508 all_slaves = kzalloc(struct_size(all_slaves, arr, in bond_update_slave_arr() 4510 if (!usable_slaves || !all_slaves) { in bond_update_slave_arr() 4454 bond_set_slave_arr(struct bonding *bond, struct bond_up_slave *usable_slaves, struct bond_up_slave *all_slaves) bond_set_slave_arr() argument 4691 bond_xmit_get_slave(struct net_device *master_dev, struct sk_buff *skb, bool all_slaves) bond_xmit_get_slave() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_main.c | 5042 struct bond_up_slave *all_slaves) in bond_set_slave_arr() 5050 all = rtnl_dereference(bond->all_slaves); in bond_set_slave_arr() 5051 rcu_assign_pointer(bond->all_slaves, all_slaves); in bond_set_slave_arr() 5070 struct bond_up_slave *usable_slaves = NULL, *all_slaves = NULL; in bond_update_slave_arr() local 5080 all_slaves = kzalloc(struct_size(all_slaves, arr, in bond_update_slave_arr() 5082 if (!usable_slaves || !all_slaves) { in bond_update_slave_arr() 5106 all_slaves->arr[all_slaves in bond_update_slave_arr() 5040 bond_set_slave_arr(struct bonding *bond, struct bond_up_slave *usable_slaves, struct bond_up_slave *all_slaves) bond_set_slave_arr() argument 5282 bond_xmit_get_slave(struct net_device *master_dev, struct sk_buff *skb, bool all_slaves) bond_xmit_get_slave() argument [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 217 struct bond_up_slave __rcu *all_slaves; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 220 struct bond_up_slave __rcu *all_slaves; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 8133 * @all_slaves: assume all the slaves are active 8142 bool all_slaves) in netdev_get_xmit_slave() 8148 return ops->ndo_get_xmit_slave(dev, skb, all_slaves); in netdev_get_xmit_slave() 8140 netdev_get_xmit_slave(struct net_device *dev, struct sk_buff *skb, bool all_slaves) netdev_get_xmit_slave() argument
|
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 8226 * @all_slaves: assume all the slaves are active 8235 bool all_slaves) in netdev_get_xmit_slave() 8241 return ops->ndo_get_xmit_slave(dev, skb, all_slaves); in netdev_get_xmit_slave() 8233 netdev_get_xmit_slave(struct net_device *dev, struct sk_buff *skb, bool all_slaves) netdev_get_xmit_slave() argument
|