Searched refs:mppath (Results 1 – 2 of 2) sorted by relevance
2289 struct mesh_path *mppath; in ieee80211_rx_h_mesh_fwding() local2305 mppath = mpp_path_lookup(sdata, proxied_addr); in ieee80211_rx_h_mesh_fwding()2306 if (!mppath) { in ieee80211_rx_h_mesh_fwding()2309 spin_lock_bh(&mppath->state_lock); in ieee80211_rx_h_mesh_fwding()2310 if (!ether_addr_equal(mppath->mpp, mpp_addr)) in ieee80211_rx_h_mesh_fwding()2311 memcpy(mppath->mpp, mpp_addr, ETH_ALEN); in ieee80211_rx_h_mesh_fwding()2312 spin_unlock_bh(&mppath->state_lock); in ieee80211_rx_h_mesh_fwding()
2012 struct mesh_path __maybe_unused *mppath = NULL, *mpath = NULL; in ieee80211_build_hdr() local2103 mppath = mpp_path_lookup(sdata, skb->data); in ieee80211_build_hdr()2105 if (mppath && mpath) in ieee80211_build_hdr()2116 !(mppath && !ether_addr_equal(mppath->mpp, skb->data))) { in ieee80211_build_hdr()2130 if (mppath) in ieee80211_build_hdr()2131 mesh_da = mppath->mpp; in ieee80211_build_hdr()