Home
last modified time | relevance | path

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

/net/mac80211/
Drx.c1420 struct mesh_path *mppath; in ieee80211_rx_h_mesh_fwding() local
1424 mppath = mpp_path_lookup(mesh_hdr->eaddr2, sdata); in ieee80211_rx_h_mesh_fwding()
1425 if (!mppath) { in ieee80211_rx_h_mesh_fwding()
1428 spin_lock_bh(&mppath->state_lock); in ieee80211_rx_h_mesh_fwding()
1429 mppath->exp_time = jiffies; in ieee80211_rx_h_mesh_fwding()
1430 if (compare_ether_addr(mppath->mpp, hdr->addr4) != 0) in ieee80211_rx_h_mesh_fwding()
1431 memcpy(mppath->mpp, hdr->addr4, ETH_ALEN); in ieee80211_rx_h_mesh_fwding()
1432 spin_unlock_bh(&mppath->state_lock); in ieee80211_rx_h_mesh_fwding()
Dtx.c1543 struct mesh_path *mppath; in ieee80211_subif_start_xmit() local
1553 mppath = mpp_path_lookup(skb->data, sdata); in ieee80211_subif_start_xmit()
1554 if (mppath) in ieee80211_subif_start_xmit()
1555 memcpy(hdr.addr3, mppath->mpp, ETH_ALEN); in ieee80211_subif_start_xmit()