Home
last modified time | relevance | path

Searched refs:class_attr_bonding_masters (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/bonding/
Dbond_sysfs.c56 container_of(attr, struct bond_net, class_attr_bonding_masters); in bonding_show_bonds()
100 container_of(attr, struct bond_net, class_attr_bonding_masters); in bonding_store_bonds()
148 static const struct class_attribute class_attr_bonding_masters = { variable
775 bn->class_attr_bonding_masters = class_attr_bonding_masters; in bond_create_sysfs()
776 sysfs_attr_init(&bn->class_attr_bonding_masters.attr); in bond_create_sysfs()
778 ret = netdev_class_create_file_ns(&bn->class_attr_bonding_masters, in bond_create_sysfs()
793 class_attr_bonding_masters.attr.name)) in bond_create_sysfs()
795 class_attr_bonding_masters.attr.name); in bond_create_sysfs()
806 netdev_class_remove_file_ns(&bn->class_attr_bonding_masters, bn->net); in bond_destroy_sysfs()
/linux-4.4.14/include/net/
Dbonding.h535 struct class_attribute class_attr_bonding_masters; member