Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbonding.h670 struct bond_net { struct
682 int bond_create_sysfs(struct bond_net *net); argument
683 void bond_destroy_sysfs(struct bond_net *net);
719 void bond_create_proc_dir(struct bond_net *bn);
720 void bond_destroy_proc_dir(struct bond_net *bn);
730 static inline void bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
734 static inline void bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
/linux/drivers/net/bonding/
H A Dbond_procfs.c286 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_create_proc_entry()
302 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_remove_proc_entry()
314 void __net_init bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
326 void __net_exit bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
H A Dbond_main.c6373 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init()
6446 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init()
6463 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_pre_exit()
6471 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_exit_rtnl()
6485 struct bond_net *bn; in bond_net_exit_batch()
6500 .size = sizeof(struct bond_net),