Home
last modified time | relevance | path

Searched refs:next_hop_sta (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/mac80211/
H A Dcfg.c1925 struct sta_info *next_hop_sta = rcu_dereference(mpath->next_hop); in mpath_set_pinfo() local
1927 if (next_hop_sta) in mpath_set_pinfo()
1928 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN); in mpath_set_pinfo()
/kernel/linux/linux-6.6/net/mac80211/
H A Dcfg.c2306 struct sta_info *next_hop_sta = rcu_dereference(mpath->next_hop); in mpath_set_pinfo() local
2308 if (next_hop_sta) in mpath_set_pinfo()
2309 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN); in mpath_set_pinfo()

Completed in 11 milliseconds