first_device       33 net/core/net_namespace.c static struct list_head *first_device = &pernet_list;
first_device     1260 net/core/net_namespace.c 	error =  register_pernet_operations(first_device, ops);
first_device     1307 net/core/net_namespace.c 	if (!error && (first_device == &pernet_list))
first_device     1308 net/core/net_namespace.c 		first_device = &ops->list;
first_device     1326 net/core/net_namespace.c 	if (&ops->list == first_device)
first_device     1327 net/core/net_namespace.c 		first_device = first_device->next;