Lines Matching refs:next_hop
2116 const u8 *dst, const u8 *next_hop) in ieee80211_add_mpath() argument
2125 sta = sta_info_get(sdata, next_hop); in ieee80211_add_mpath()
2156 const u8 *dst, const u8 *next_hop) in ieee80211_change_mpath() argument
2166 sta = sta_info_get(sdata, next_hop); in ieee80211_change_mpath()
2184 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop, in mpath_set_pinfo() argument
2187 struct sta_info *next_hop_sta = rcu_dereference(mpath->next_hop); in mpath_set_pinfo()
2190 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN); in mpath_set_pinfo()
2192 eth_zero_addr(next_hop); in mpath_set_pinfo()
2231 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() argument
2246 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_get_mpath()
2252 int idx, u8 *dst, u8 *next_hop, in ieee80211_dump_mpath() argument
2267 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_dump_mpath()