Lines Matching defs:next_hop
2235 const u8 *dst, const u8 *next_hop)
2244 sta = sta_info_get(sdata, next_hop);
2275 const u8 *dst, const u8 *next_hop)
2285 sta = sta_info_get(sdata, next_hop);
2303 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop,
2306 struct sta_info *next_hop_sta = rcu_dereference(mpath->next_hop);
2309 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN);
2311 eth_zero_addr(next_hop);
2350 u8 *dst, u8 *next_hop, struct mpath_info *pinfo)
2365 mpath_set_pinfo(mpath, next_hop, pinfo);
2371 int idx, u8 *dst, u8 *next_hop,
2386 mpath_set_pinfo(mpath, next_hop, pinfo);