Lines Matching refs:next_hop
1402 const u8 *dst, const u8 *next_hop) in ieee80211_add_mpath() argument
1411 sta = sta_info_get(sdata, next_hop); in ieee80211_add_mpath()
1442 const u8 *dst, const u8 *next_hop) in ieee80211_change_mpath() argument
1452 sta = sta_info_get(sdata, next_hop); in ieee80211_change_mpath()
1470 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop, in mpath_set_pinfo() argument
1473 struct sta_info *next_hop_sta = rcu_dereference(mpath->next_hop); in mpath_set_pinfo()
1476 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN); in mpath_set_pinfo()
1478 eth_zero_addr(next_hop); in mpath_set_pinfo()
1513 u8 *dst, u8 *next_hop, struct mpath_info *pinfo) in ieee80211_get_mpath() argument
1528 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_get_mpath()
1534 int idx, u8 *dst, u8 *next_hop, in ieee80211_dump_mpath() argument
1549 mpath_set_pinfo(mpath, next_hop, pinfo); in ieee80211_dump_mpath()