Home
last modified time | relevance | path

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

/openbmc/linux/net/mac80211/
H A Dmesh_pathtbl.c404 if (!new_mpath) in mesh_path_new()
410 new_mpath->sdata = sdata; in mesh_path_new()
411 new_mpath->flags = 0; in mesh_path_new()
417 return new_mpath; in mesh_path_new()
692 if (!new_mpath) in mesh_path_add()
698 &new_mpath->rhash, in mesh_path_add()
705 kfree(new_mpath); in mesh_path_add()
710 new_mpath = mpath; in mesh_path_add()
714 return new_mpath; in mesh_path_add()
733 if (!new_mpath) in mpp_path_add()
[all …]