Symbol: bond_net
drivers/net/bonding/bond_main.c
6488
struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id);
drivers/net/bonding/bond_main.c
6561
struct bond_net *bn = net_generic(net, bond_net_id);
drivers/net/bonding/bond_main.c
6578
struct bond_net *bn = net_generic(net, bond_net_id);
drivers/net/bonding/bond_main.c
6586
struct bond_net *bn = net_generic(net, bond_net_id);
drivers/net/bonding/bond_main.c
6600
struct bond_net *bn;
drivers/net/bonding/bond_main.c
6615
.size = sizeof(struct bond_net),
drivers/net/bonding/bond_procfs.c
294
struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id);
drivers/net/bonding/bond_procfs.c
310
struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id);
drivers/net/bonding/bond_procfs.c
322
void __net_init bond_create_proc_dir(struct bond_net *bn)
drivers/net/bonding/bond_procfs.c
334
void __net_exit bond_destroy_proc_dir(struct bond_net *bn)
drivers/net/bonding/bond_sysfs.c
38
const struct bond_net *bn =
drivers/net/bonding/bond_sysfs.c
39
container_of_const(attr, struct bond_net, class_attr_bonding_masters);
drivers/net/bonding/bond_sysfs.c
62
static struct net_device *bond_get_by_name(const struct bond_net *bn, const char *ifname)
drivers/net/bonding/bond_sysfs.c
819
int __net_init bond_create_sysfs(struct bond_net *bn)
drivers/net/bonding/bond_sysfs.c
82
const struct bond_net *bn =
drivers/net/bonding/bond_sysfs.c
83
container_of_const(attr, struct bond_net, class_attr_bonding_masters);
drivers/net/bonding/bond_sysfs.c
852
void __net_exit bond_destroy_sysfs(struct bond_net *bn)
include/net/bonding.h
681
int bond_create_sysfs(struct bond_net *net);
include/net/bonding.h
682
void bond_destroy_sysfs(struct bond_net *net);
include/net/bonding.h
720
void bond_create_proc_dir(struct bond_net *bn);
include/net/bonding.h
721
void bond_destroy_proc_dir(struct bond_net *bn);
include/net/bonding.h
731
static inline void bond_create_proc_dir(struct bond_net *bn)
include/net/bonding.h
735
static inline void bond_destroy_proc_dir(struct bond_net *bn)