Lines Matching refs:bn
4594 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init() local
4604 list_add_tail(&bond->bond_list, &bn->dev_list); in bond_init()
4669 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init() local
4671 bn->net = net; in bond_net_init()
4672 INIT_LIST_HEAD(&bn->dev_list); in bond_net_init()
4674 bond_create_proc_dir(bn); in bond_net_init()
4675 bond_create_sysfs(bn); in bond_net_init()
4682 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_exit() local
4686 bond_destroy_sysfs(bn); in bond_net_exit()
4690 list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list) in bond_net_exit()
4695 bond_destroy_proc_dir(bn); in bond_net_exit()