Searched refs:new_mpath (Results 1 – 1 of 1) sorted by relevance
504 struct mesh_path *mpath, *new_mpath; in mesh_path_add() local537 new_mpath = kzalloc(sizeof(struct mesh_path), GFP_ATOMIC); in mesh_path_add()538 if (!new_mpath) in mesh_path_add()545 memcpy(new_mpath->dst, dst, ETH_ALEN); in mesh_path_add()546 eth_broadcast_addr(new_mpath->rann_snd_addr); in mesh_path_add()547 new_mpath->is_root = false; in mesh_path_add()548 new_mpath->sdata = sdata; in mesh_path_add()549 new_mpath->flags = 0; in mesh_path_add()550 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_add()551 new_node->mpath = new_mpath; in mesh_path_add()[all …]