Searched refs:store_work (Results 1 – 1 of 1) sorted by relevance
967 struct batadv_store_mesh_work *store_work; in batadv_store_mesh_iface_work() local970 store_work = container_of(work, struct batadv_store_mesh_work, work); in batadv_store_mesh_iface_work()973 ret = batadv_store_mesh_iface_finish(store_work->net_dev, in batadv_store_mesh_iface_work()974 store_work->soft_iface_name); in batadv_store_mesh_iface_work()979 store_work->soft_iface_name, store_work->net_dev->name, in batadv_store_mesh_iface_work()982 dev_put(store_work->net_dev); in batadv_store_mesh_iface_work()983 kfree(store_work); in batadv_store_mesh_iface_work()991 struct batadv_store_mesh_work *store_work; in batadv_store_mesh_iface() local1002 store_work = kmalloc(sizeof(*store_work), GFP_KERNEL); in batadv_store_mesh_iface()1003 if (!store_work) in batadv_store_mesh_iface()[all …]