Searched refs:mppath (Results 1 – 2 of 2) sorted by relevance
1999 struct mesh_path __maybe_unused *mppath = NULL, *mpath = NULL; in ieee80211_build_hdr() local2090 mppath = mpp_path_lookup(sdata, skb->data); in ieee80211_build_hdr()2092 if (mppath && mpath) in ieee80211_build_hdr()2103 !(mppath && !ether_addr_equal(mppath->mpp, skb->data))) { in ieee80211_build_hdr()2117 if (mppath) in ieee80211_build_hdr()2118 mesh_da = mppath->mpp; in ieee80211_build_hdr()
2267 struct mesh_path *mppath; in ieee80211_rx_h_mesh_fwding() local2283 mppath = mpp_path_lookup(sdata, proxied_addr); in ieee80211_rx_h_mesh_fwding()2284 if (!mppath) { in ieee80211_rx_h_mesh_fwding()2287 spin_lock_bh(&mppath->state_lock); in ieee80211_rx_h_mesh_fwding()2288 if (!ether_addr_equal(mppath->mpp, mpp_addr)) in ieee80211_rx_h_mesh_fwding()2289 memcpy(mppath->mpp, mpp_addr, ETH_ALEN); in ieee80211_rx_h_mesh_fwding()2290 spin_unlock_bh(&mppath->state_lock); in ieee80211_rx_h_mesh_fwding()