Home
last modified time | relevance | path

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

/linux/include/net/
H A Dbonding.h669 struct bond_net { struct
681 int bond_create_sysfs(struct bond_net *net); argument
682 void bond_destroy_sysfs(struct bond_net *net);
720 void bond_create_proc_dir(struct bond_net *bn);
721 void bond_destroy_proc_dir(struct bond_net *bn);
731 static inline void bond_create_proc_dir(struct bond_net *bn) in bond_create_proc_dir()
735 static inline void bond_destroy_proc_dir(struct bond_net *bn) in bond_destroy_proc_dir()
/linux/drivers/net/bonding/
H A Dbond_main.c6482 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init()
6555 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init()
6572 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_pre_exit()
6580 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_exit_rtnl()
6594 struct bond_net *bn; in bond_net_exit_batch()
6609 .size = sizeof(struct bond_net),