Searched refs:class_attr_bonding_masters (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/bonding/ |
H A D | bond_sysfs.c | 39 container_of(attr, struct bond_net, class_attr_bonding_masters); in bonding_show_bonds() 83 container_of(attr, struct bond_net, class_attr_bonding_masters); in bonding_store_bonds() 131 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, b in bond_destroy_sysfs() [all...] |
/kernel/linux/linux-6.6/drivers/net/bonding/ |
H A D | bond_sysfs.c | 39 container_of_const(attr, struct bond_net, class_attr_bonding_masters); in bonding_show_bonds() 83 container_of_const(attr, struct bond_net, class_attr_bonding_masters); in bonding_store_bonds() 131 static const struct class_attribute class_attr_bonding_masters = { variable 810 bn->class_attr_bonding_masters = class_attr_bonding_masters; in bond_create_sysfs() 811 sysfs_attr_init(&bn->class_attr_bonding_masters.attr); in bond_create_sysfs() 813 ret = netdev_class_create_file_ns(&bn->class_attr_bonding_masters, in bond_create_sysfs() 828 class_attr_bonding_masters.attr.name)) in bond_create_sysfs() 830 class_attr_bonding_masters.attr.name); in bond_create_sysfs() 841 netdev_class_remove_file_ns(&bn->class_attr_bonding_masters, b in bond_destroy_sysfs() [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | bonding.h | 627 struct class_attribute class_attr_bonding_masters; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | bonding.h | 650 struct class_attribute class_attr_bonding_masters; member
|
Completed in 6 milliseconds