Searched refs:gw_addr (Results 1 – 2 of 2) sorted by relevance
1031 struct sockaddr *dst, int route_ev, struct sockaddr *gw_addr, int flags) in flow_route_ev_callback() argument1141 ASSERT(SDL(gw_addr)->sdl_family == AF_LINK); in flow_route_ev_callback()1142 if (SDL(gw_addr)->sdl_alen == ETHER_ADDR_LEN) { in flow_route_ev_callback()1143 FLOWRT_UPD_ETH_DST(fr, LLADDR(SDL(gw_addr))); in flow_route_ev_callback()
1662 const struct sockaddr_in6 *gw_addr = (const struct sockaddr_in6*)(const void*)gw; in ifa_ifwithroute_common_locked() local1664 IN6_IS_SCOPE_EMBED(&gw_addr->sin6_addr) && in ifa_ifwithroute_common_locked()1666 ifscope = gw_addr->sin6_scope_id; in ifa_ifwithroute_common_locked()