Searched refs:mppath (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/mac80211/ |
H A D | mesh_pathtbl.c | 451 if (entry->mppath) in mesh_fast_tx_get() 452 entry->mppath->exp_time = jiffies; in mesh_fast_tx_get() 468 struct mesh_path *mppath; in mesh_fast_tx_cache() local 491 mppath = mpp_path_lookup(sdata, meshhdr->eaddr1); in mesh_fast_tx_cache() 492 if (!mppath) in mesh_fast_tx_cache() 494 build.mppath = mppath; in mesh_fast_tx_cache() 498 mppath = mpath; in mesh_fast_tx_cache() 507 if (mppath->fast_tx_check == jiffies) in mesh_fast_tx_cache() 510 mppath->fast_tx_check = jiffies; in mesh_fast_tx_cache() 552 memcpy(build.key.addr, mppath->dst, ETH_ALEN); in mesh_fast_tx_cache()
|
H A D | mesh.h | 185 struct mesh_path *mpath, *mppath; member
|
H A D | rx.c | 2839 struct mesh_path *mppath; in ieee80211_rx_mesh_data() local 2852 mppath = mpp_path_lookup(sdata, proxied_addr); in ieee80211_rx_mesh_data() 2853 if (!mppath) { in ieee80211_rx_mesh_data() 2856 spin_lock_bh(&mppath->state_lock); in ieee80211_rx_mesh_data() 2857 if (!ether_addr_equal(mppath->mpp, eth->h_source)) { in ieee80211_rx_mesh_data() 2858 memcpy(mppath->mpp, eth->h_source, ETH_ALEN); in ieee80211_rx_mesh_data() 2861 mppath->exp_time = jiffies; in ieee80211_rx_mesh_data() 2862 spin_unlock_bh(&mppath->state_lock); in ieee80211_rx_mesh_data()
|
H A D | tx.c | 2595 struct mesh_path __maybe_unused *mppath = NULL, *mpath = NULL; in ieee80211_build_hdr() local 2700 mppath = mpp_path_lookup(sdata, skb->data); in ieee80211_build_hdr() 2701 if (mppath) in ieee80211_build_hdr() 2702 mppath->exp_time = jiffies; in ieee80211_build_hdr() 2705 if (mppath && mpath) in ieee80211_build_hdr() 2716 !(mppath && !ether_addr_equal(mppath->mpp, skb->data))) { in ieee80211_build_hdr() 2730 if (mppath) in ieee80211_build_hdr() 2731 mesh_da = mppath->mpp; in ieee80211_build_hdr()
|