Lines Matching refs:bn
5867 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init() local
5887 list_add_tail(&bond->bond_list, &bn->dev_list); in bond_init()
5958 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init() local
5960 bn->net = net; in bond_net_init()
5961 INIT_LIST_HEAD(&bn->dev_list); in bond_net_init()
5963 bond_create_proc_dir(bn); in bond_net_init()
5964 bond_create_sysfs(bn); in bond_net_init()
5971 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_exit() local
5975 bond_destroy_sysfs(bn); in bond_net_exit()
5979 list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list) in bond_net_exit()
5984 bond_destroy_proc_dir(bn); in bond_net_exit()