Searched refs:bond_for_each_slave (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.15/include/net/ |
| D | bonding.h | 82 #define bond_for_each_slave(bond, pos, iter) \ macro 400 bond_for_each_slave(bond, tmp, iter) { in bond_slave_state_change() 413 bond_for_each_slave(bond, tmp, iter) { in bond_slave_state_notify() 597 bond_for_each_slave(bond, tmp, iter) { in bond_slave_link_notify() 693 bond_for_each_slave(bond, tmp, iter) in bond_slave_has_mac()
|
| /Linux-v5.15/drivers/net/bonding/ |
| D | bond_main.c | 371 bond_for_each_slave(bond, slave, iter) { in bond_vlan_rx_add_vid() 381 bond_for_each_slave(bond, rollback_slave, iter) { in bond_vlan_rx_add_vid() 404 bond_for_each_slave(bond, slave, iter) in bond_vlan_rx_kill_vid() 651 bond_for_each_slave(bond, slave, iter) { in bond_set_carrier() 802 bond_for_each_slave(bond, slave, iter) { in bond_set_promiscuity() 825 bond_for_each_slave(bond, slave, iter) { in bond_set_allmulti() 938 bond_for_each_slave(bond, slave, iter) { in bond_get_old_active() 1078 bond_for_each_slave(bond, slave, iter) { in bond_find_best_slave() 1328 bond_for_each_slave(bond, slave, iter) in bond_netpoll_cleanup() 1340 bond_for_each_slave(bond, slave, iter) { in bond_netpoll_setup() [all …]
|
| D | bond_options.c | 1055 bond_for_each_slave(bond, slave, iter) in _bond_options_arp_ip_target_set() 1122 bond_for_each_slave(bond, slave, iter) { in bond_option_arp_ip_target_rem() 1210 bond_for_each_slave(bond, slave, iter) { in bond_option_primary_set() 1302 bond_for_each_slave(bond, slave, iter) { in bond_option_all_slaves_active_set() 1418 bond_for_each_slave(bond, slave, iter) { in bond_option_queue_id_set()
|
| D | bond_sysfs.c | 176 bond_for_each_slave(bond, slave, iter) { in bonding_show_slaves() 620 bond_for_each_slave(bond, slave, iter) { in bonding_show_queue_id()
|
| D | bond_3ad.c | 1461 bond_for_each_slave(bond, slave, iter) { in ad_port_selection_logic() 2135 bond_for_each_slave(bond, slave_iter, iter) { in bond_3ad_unbind_slave() 2212 bond_for_each_slave(bond, slave_iter, iter) { in bond_3ad_unbind_slave() 2271 bond_for_each_slave(bond, slave, iter) { in bond_3ad_update_ad_actor_settings() 2705 bond_for_each_slave(bond, slave, iter) { in bond_3ad_update_lacp_rate()
|
| D | bond_alb.c | 1179 bond_for_each_slave(bond, tmp_slave1, iter) { in alb_handle_addr_collision_on_attach() 1237 bond_for_each_slave(bond, slave, iter) { in alb_set_mac_address() 1259 bond_for_each_slave(bond, rollback_slave, iter) { in alb_set_mac_address()
|
| /Linux-v5.15/ |
| D | .clang-format | 95 - 'bond_for_each_slave'
|