Searched refs:store_work (Results 1 – 1 of 1) sorted by relevance
1029 struct batadv_store_mesh_work *store_work; in batadv_store_mesh_iface_work() local1032 store_work = container_of(work, struct batadv_store_mesh_work, work); in batadv_store_mesh_iface_work()1035 ret = batadv_store_mesh_iface_finish(store_work->net_dev, in batadv_store_mesh_iface_work()1036 store_work->soft_iface_name); in batadv_store_mesh_iface_work()1041 store_work->soft_iface_name, store_work->net_dev->name, in batadv_store_mesh_iface_work()1044 dev_put(store_work->net_dev); in batadv_store_mesh_iface_work()1045 kfree(store_work); in batadv_store_mesh_iface_work()1053 struct batadv_store_mesh_work *store_work; in batadv_store_mesh_iface() local1066 store_work = kmalloc(sizeof(*store_work), GFP_KERNEL); in batadv_store_mesh_iface()1067 if (!store_work) in batadv_store_mesh_iface()[all …]