Lines Matching refs:next_hop
1421 const u8 *dst, const u8 *next_hop) in ieee80211_add_mpath() argument
1430 sta = sta_info_get(sdata, next_hop); in ieee80211_add_mpath()
1461 const u8 *dst, const u8 *next_hop) in ieee80211_change_mpath() argument
1471 sta = sta_info_get(sdata, next_hop); in ieee80211_change_mpath()
1489 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop, in mpath_set_pinfo() argument
1492 struct sta_info *next_hop_sta = rcu_dereference(mpath->next_hop); in mpath_set_pinfo()
1495 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN); in mpath_set_pinfo()
1497 eth_zero_addr(next_hop); in mpath_set_pinfo()
1532 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() argument
1547 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_get_mpath()
1553 int idx, u8 *dst, u8 *next_hop, in ieee80211_dump_mpath() argument
1568 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_dump_mpath()