Searched refs:store_work (Results 1 – 1 of 1) sorted by relevance
964 struct batadv_store_mesh_work *store_work; in batadv_store_mesh_iface_work() local967 store_work = container_of(work, struct batadv_store_mesh_work, work); in batadv_store_mesh_iface_work()970 ret = batadv_store_mesh_iface_finish(store_work->net_dev, in batadv_store_mesh_iface_work()971 store_work->soft_iface_name); in batadv_store_mesh_iface_work()976 store_work->soft_iface_name, store_work->net_dev->name, in batadv_store_mesh_iface_work()979 dev_put(store_work->net_dev); in batadv_store_mesh_iface_work()980 kfree(store_work); in batadv_store_mesh_iface_work()988 struct batadv_store_mesh_work *store_work; in batadv_store_mesh_iface() local999 store_work = kmalloc(sizeof(*store_work), GFP_KERNEL); in batadv_store_mesh_iface()1000 if (!store_work) in batadv_store_mesh_iface()[all …]