Searched refs:new_mpath (Results 1 – 1 of 1) sorted by relevance
532 struct mesh_path *mpath, *new_mpath; in mesh_path_add() local565 new_mpath = kzalloc(sizeof(struct mesh_path), GFP_ATOMIC); in mesh_path_add()566 if (!new_mpath) in mesh_path_add()573 memcpy(new_mpath->dst, dst, ETH_ALEN); in mesh_path_add()574 eth_broadcast_addr(new_mpath->rann_snd_addr); in mesh_path_add()575 new_mpath->is_root = false; in mesh_path_add()576 new_mpath->sdata = sdata; in mesh_path_add()577 new_mpath->flags = 0; in mesh_path_add()578 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_add()579 new_node->mpath = new_mpath; in mesh_path_add()[all …]