Home
last modified time | relevance | path

Searched refs:bond_list (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/drivers/net/bonding/
H A Dbond_sysfs.c45 list_for_each_entry_rcu(bond, &bn->dev_list, bond_list) { in bonding_show_bonds()
66 list_for_each_entry(bond, &bn->dev_list, bond_list) { in bond_get_by_name()
H A Dbond_main.c6079 list_del_rcu(&bond->bond_list); in bond_uninit()
6494 list_add_tail_rcu(&bond->bond_list, &bn->dev_list); in bond_init()
6586 list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list) in bond_net_exit_batch_rtnl()
/linux-6.15/include/net/
H A Dbonding.h243 struct list_head bond_list; member