Home
last modified time | relevance | path

Searched refs:bond_net (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/net/
Dbonding.h518 struct bond_net { struct
530 int bond_create_sysfs(struct bond_net *net); argument
531 void bond_destroy_sysfs(struct bond_net *net);
562 void bond_create_proc_dir(struct bond_net *bn);
563 void bond_destroy_proc_dir(struct bond_net *bn);
573 static inline void bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
577 static inline void bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
/linux-4.1.27/drivers/net/bonding/
Dbond_procfs.c271 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_create_proc_entry()
288 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_remove_proc_entry()
300 void __net_init bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
313 void __net_exit bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
Dbond_sysfs.c55 struct bond_net *bn = in bonding_show_bonds()
56 container_of(attr, struct bond_net, class_attr_bonding_masters); in bonding_show_bonds()
79 static struct net_device *bond_get_by_name(struct bond_net *bn, const char *ifname) in bond_get_by_name()
99 struct bond_net *bn = in bonding_store_bonds()
100 container_of(attr, struct bond_net, class_attr_bonding_masters); in bonding_store_bonds()
739 int bond_create_sysfs(struct bond_net *bn) in bond_create_sysfs()
772 void bond_destroy_sysfs(struct bond_net *bn) in bond_destroy_sysfs()
Dbond_main.c4551 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init()
4626 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init()
4639 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_exit()
4659 .size = sizeof(struct bond_net),