new_mpath 371 net/mac80211/mesh_pathtbl.c struct mesh_path *new_mpath; new_mpath 373 net/mac80211/mesh_pathtbl.c new_mpath = kzalloc(sizeof(struct mesh_path), gfp_flags); new_mpath 374 net/mac80211/mesh_pathtbl.c if (!new_mpath) new_mpath 377 net/mac80211/mesh_pathtbl.c memcpy(new_mpath->dst, dst, ETH_ALEN); new_mpath 378 net/mac80211/mesh_pathtbl.c eth_broadcast_addr(new_mpath->rann_snd_addr); new_mpath 379 net/mac80211/mesh_pathtbl.c new_mpath->is_root = false; new_mpath 380 net/mac80211/mesh_pathtbl.c new_mpath->sdata = sdata; new_mpath 381 net/mac80211/mesh_pathtbl.c new_mpath->flags = 0; new_mpath 382 net/mac80211/mesh_pathtbl.c skb_queue_head_init(&new_mpath->frame_queue); new_mpath 383 net/mac80211/mesh_pathtbl.c new_mpath->exp_time = jiffies; new_mpath 384 net/mac80211/mesh_pathtbl.c spin_lock_init(&new_mpath->state_lock); new_mpath 385 net/mac80211/mesh_pathtbl.c timer_setup(&new_mpath->timer, mesh_path_timer, 0); new_mpath 387 net/mac80211/mesh_pathtbl.c return new_mpath; new_mpath 403 net/mac80211/mesh_pathtbl.c struct mesh_path *mpath, *new_mpath; new_mpath 415 net/mac80211/mesh_pathtbl.c new_mpath = mesh_path_new(sdata, dst, GFP_ATOMIC); new_mpath 416 net/mac80211/mesh_pathtbl.c if (!new_mpath) new_mpath 422 net/mac80211/mesh_pathtbl.c &new_mpath->rhash, new_mpath 425 net/mac80211/mesh_pathtbl.c hlist_add_head(&new_mpath->walk_list, &tbl->walk_head); new_mpath 429 net/mac80211/mesh_pathtbl.c kfree(new_mpath); new_mpath 434 net/mac80211/mesh_pathtbl.c new_mpath = mpath; new_mpath 438 net/mac80211/mesh_pathtbl.c return new_mpath; new_mpath 445 net/mac80211/mesh_pathtbl.c struct mesh_path *new_mpath; new_mpath 455 net/mac80211/mesh_pathtbl.c new_mpath = mesh_path_new(sdata, dst, GFP_ATOMIC); new_mpath 457 net/mac80211/mesh_pathtbl.c if (!new_mpath) new_mpath 460 net/mac80211/mesh_pathtbl.c memcpy(new_mpath->mpp, mpp, ETH_ALEN); new_mpath 465 net/mac80211/mesh_pathtbl.c &new_mpath->rhash, new_mpath 468 net/mac80211/mesh_pathtbl.c hlist_add_head_rcu(&new_mpath->walk_list, &tbl->walk_head); new_mpath 472 net/mac80211/mesh_pathtbl.c kfree(new_mpath);