Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/bonding/
H A Dbond_sysfs.c45 list_for_each_entry(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.c6002 list_del(&bond->bond_list); in bond_uninit()
6415 list_add_tail(&bond->bond_list, &bn->dev_list); in bond_init()
6502 list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list) in bond_net_exit_batch()
/openbmc/linux/include/net/
H A Dbonding.h241 struct list_head bond_list; member