Lines Matching refs:next_hop
2234 const u8 *dst, const u8 *next_hop) in ieee80211_add_mpath() argument
2243 sta = sta_info_get(sdata, next_hop); in ieee80211_add_mpath()
2274 const u8 *dst, const u8 *next_hop) in ieee80211_change_mpath() argument
2284 sta = sta_info_get(sdata, next_hop); in ieee80211_change_mpath()
2302 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop, in mpath_set_pinfo() argument
2305 struct sta_info *next_hop_sta = rcu_dereference(mpath->next_hop); in mpath_set_pinfo()
2308 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN); in mpath_set_pinfo()
2310 eth_zero_addr(next_hop); in mpath_set_pinfo()
2349 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() argument
2364 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_get_mpath()
2370 int idx, u8 *dst, u8 *next_hop, in ieee80211_dump_mpath() argument
2385 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_dump_mpath()