Home
last modified time | relevance | path

Searched refs:new_mpath (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/net/mac80211/
Dmesh_pathtbl.c406 struct mesh_path *new_mpath; in mesh_path_new() local
408 new_mpath = kzalloc(sizeof(struct mesh_path), gfp_flags); in mesh_path_new()
409 if (!new_mpath) in mesh_path_new()
412 memcpy(new_mpath->dst, dst, ETH_ALEN); in mesh_path_new()
413 eth_broadcast_addr(new_mpath->rann_snd_addr); in mesh_path_new()
414 new_mpath->is_root = false; in mesh_path_new()
415 new_mpath->sdata = sdata; in mesh_path_new()
416 new_mpath->flags = 0; in mesh_path_new()
417 skb_queue_head_init(&new_mpath->frame_queue); in mesh_path_new()
418 new_mpath->exp_time = jiffies; in mesh_path_new()
[all …]