Home
last modified time | relevance | path

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

/linux/net/mac80211/
H 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
495 /* This is required to keep the mppath alive */ in mesh_fast_tx_cache()
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 in mesh_fast_tx_cache()
[all...]
H A Dmesh.h186 struct mesh_path *mpath, *mppath; member
H A Drx.c2976 struct mesh_path *mppath; in ieee80211_rx_mesh_data() local
2989 mppath = mpp_path_lookup(sdata, proxied_addr); in ieee80211_rx_mesh_data()
2990 if (!mppath) { in ieee80211_rx_mesh_data()
2993 spin_lock_bh(&mppath->state_lock); in ieee80211_rx_mesh_data()
2994 if (!ether_addr_equal(mppath->mpp, eth->h_source)) { in ieee80211_rx_mesh_data()
2995 memcpy(mppath->mpp, eth->h_source, ETH_ALEN); in ieee80211_rx_mesh_data()
2998 mppath->exp_time = jiffies; in ieee80211_rx_mesh_data()
2999 spin_unlock_bh(&mppath->state_lock); in ieee80211_rx_mesh_data()