Home
last modified time | relevance | path

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

/net/mac80211/
A Dmesh_pathtbl.c456 if (entry->mppath) in mesh_fast_tx_get()
457 entry->mppath->exp_time = jiffies; in mesh_fast_tx_get()
473 struct mesh_path *mppath; in mesh_fast_tx_cache() local
496 mppath = mpp_path_lookup(sdata, meshhdr->eaddr1); in mesh_fast_tx_cache()
497 if (!mppath) in mesh_fast_tx_cache()
499 build.mppath = mppath; in mesh_fast_tx_cache()
503 mppath = mpath; in mesh_fast_tx_cache()
512 if (mppath->fast_tx_check == jiffies) in mesh_fast_tx_cache()
515 mppath->fast_tx_check = jiffies; in mesh_fast_tx_cache()
557 memcpy(build.key.addr, mppath->dst, ETH_ALEN); in mesh_fast_tx_cache()
A Dmesh.h186 struct mesh_path *mpath, *mppath; member
A Drx.c2893 struct mesh_path *mppath; in ieee80211_rx_mesh_data() local
2906 mppath = mpp_path_lookup(sdata, proxied_addr); in ieee80211_rx_mesh_data()
2907 if (!mppath) { in ieee80211_rx_mesh_data()
2910 spin_lock_bh(&mppath->state_lock); in ieee80211_rx_mesh_data()
2911 if (!ether_addr_equal(mppath->mpp, eth->h_source)) { in ieee80211_rx_mesh_data()
2912 memcpy(mppath->mpp, eth->h_source, ETH_ALEN); in ieee80211_rx_mesh_data()
2915 mppath->exp_time = jiffies; in ieee80211_rx_mesh_data()
2916 spin_unlock_bh(&mppath->state_lock); in ieee80211_rx_mesh_data()
A Dtx.c2601 struct mesh_path __maybe_unused *mppath = NULL, *mpath = NULL; in ieee80211_build_hdr() local
2706 mppath = mpp_path_lookup(sdata, skb->data); in ieee80211_build_hdr()
2707 if (mppath) in ieee80211_build_hdr()
2708 mppath->exp_time = jiffies; in ieee80211_build_hdr()
2711 if (mppath && mpath) in ieee80211_build_hdr()
2722 !(mppath && !ether_addr_equal(mppath->mpp, skb->data))) { in ieee80211_build_hdr()
2736 if (mppath) in ieee80211_build_hdr()
2737 mesh_da = mppath->mpp; in ieee80211_build_hdr()

Completed in 24 milliseconds