Lines Matching refs:bn
6267 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init() local
6278 list_add_tail(&bond->bond_list, &bn->dev_list); in bond_init()
6337 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init() local
6339 bn->net = net; in bond_net_init()
6340 INIT_LIST_HEAD(&bn->dev_list); in bond_net_init()
6342 bond_create_proc_dir(bn); in bond_net_init()
6343 bond_create_sysfs(bn); in bond_net_init()
6350 struct bond_net *bn; in bond_net_exit_batch() local
6355 bn = net_generic(net, bond_net_id); in bond_net_exit_batch()
6356 bond_destroy_sysfs(bn); in bond_net_exit_batch()
6364 bn = net_generic(net, bond_net_id); in bond_net_exit_batch()
6365 list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list) in bond_net_exit_batch()
6372 bn = net_generic(net, bond_net_id); in bond_net_exit_batch()
6373 bond_destroy_proc_dir(bn); in bond_net_exit_batch()