Lines Matching refs:bn
6554 struct bond_net *bn = net_generic(dev_net(bond_dev), bond_net_id); in bond_init() local
6568 list_add_tail_rcu(&bond->bond_list, &bn->dev_list); in bond_init()
6627 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_init() local
6629 bn->net = net; in bond_net_init()
6630 INIT_LIST_HEAD(&bn->dev_list); in bond_net_init()
6632 bond_create_proc_dir(bn); in bond_net_init()
6633 bond_create_sysfs(bn); in bond_net_init()
6644 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_pre_exit() local
6646 bond_destroy_sysfs(bn); in bond_net_pre_exit()
6652 struct bond_net *bn = net_generic(net, bond_net_id); in bond_net_exit_rtnl() local
6656 list_for_each_entry_safe(bond, tmp_bond, &bn->dev_list, bond_list) in bond_net_exit_rtnl()
6666 struct bond_net *bn; in bond_net_exit_batch() local
6670 bn = net_generic(net, bond_net_id); in bond_net_exit_batch()
6671 bond_destroy_proc_dir(bn); in bond_net_exit_batch()