Searched refs:store_work (Results 1 – 1 of 1) sorted by relevance
979 struct batadv_store_mesh_work *store_work; in batadv_store_mesh_iface_work() local982 store_work = container_of(work, struct batadv_store_mesh_work, work); in batadv_store_mesh_iface_work()985 ret = batadv_store_mesh_iface_finish(store_work->net_dev, in batadv_store_mesh_iface_work()986 store_work->soft_iface_name); in batadv_store_mesh_iface_work()991 store_work->soft_iface_name, store_work->net_dev->name, in batadv_store_mesh_iface_work()994 dev_put(store_work->net_dev); in batadv_store_mesh_iface_work()995 kfree(store_work); in batadv_store_mesh_iface_work()1003 struct batadv_store_mesh_work *store_work; in batadv_store_mesh_iface() local1014 store_work = kmalloc(sizeof(*store_work), GFP_KERNEL); in batadv_store_mesh_iface()1015 if (!store_work) in batadv_store_mesh_iface()[all …]