Lines Matching refs:bn
4551 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init() local
4561 list_add_tail(&bond->bond_list, &bn->dev_list); in bond_init()
4626 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init() local
4628 bn->net = net; in bond_net_init()
4629 INIT_LIST_HEAD(&bn->dev_list); in bond_net_init()
4631 bond_create_proc_dir(bn); in bond_net_init()
4632 bond_create_sysfs(bn); in bond_net_init()
4639 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_exit() local
4643 bond_destroy_sysfs(bn); in bond_net_exit()
4647 list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list) in bond_net_exit()
4652 bond_destroy_proc_dir(bn); in bond_net_exit()