Lines Matching defs:next_hop
1854 const u8 *dst, const u8 *next_hop)
1863 sta = sta_info_get(sdata, next_hop);
1894 const u8 *dst, const u8 *next_hop)
1904 sta = sta_info_get(sdata, next_hop);
1922 static void mpath_set_pinfo(struct mesh_path *mpath, u8 *next_hop,
1925 struct sta_info *next_hop_sta = rcu_dereference(mpath->next_hop);
1928 memcpy(next_hop, next_hop_sta->sta.addr, ETH_ALEN);
1930 eth_zero_addr(next_hop);
1969 u8 *dst, u8 *next_hop, struct mpath_info *pinfo)
1984 mpath_set_pinfo(mpath, next_hop, pinfo);
1990 int idx, u8 *dst, u8 *next_hop,
2005 mpath_set_pinfo(mpath, next_hop, pinfo);