Lines Matching refs:next_hop
1924 const u8 *dst, const u8 *next_hop) in ieee80211_add_mpath() argument
1933 sta = sta_info_get(sdata, next_hop); in ieee80211_add_mpath()
1964 const u8 *dst, const u8 *next_hop) in ieee80211_change_mpath() argument
1974 sta = sta_info_get(sdata, next_hop); in ieee80211_change_mpath()
1992 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop, in mpath_set_pinfo() argument
1995 struct sta_info *next_hop_sta = rcu_dereference(mpath->next_hop); in mpath_set_pinfo()
1998 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN); in mpath_set_pinfo()
2000 eth_zero_addr(next_hop); in mpath_set_pinfo()
2039 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() argument
2054 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_get_mpath()
2060 int idx, u8 *dst, u8 *next_hop, in ieee80211_dump_mpath() argument
2075 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_dump_mpath()