Searched refs:has_saddr (Results 1 – 1 of 1) sorted by relevance
655 bool has_saddr = false, has_daddr = false; in flow_req_prepare() local662 has_saddr = (SIN(saddr)->sin_addr.s_addr != INADDR_ANY); in flow_req_prepare()669 if ((has_saddr && SIN(saddr)->sin_len != sa_len) || in flow_req_prepare()675 if ((has_saddr && IN_MULTICAST(ntohl(SIN(saddr)->sin_addr.s_addr))) || in flow_req_prepare()692 has_saddr = !IN6_IS_ADDR_UNSPECIFIED(&SIN6(saddr)->sin6_addr); in flow_req_prepare()698 if ((has_saddr && SIN6(saddr)->sin6_len != sa_len) || in flow_req_prepare()705 if (has_saddr) { in flow_req_prepare()717 if ((has_saddr && IN6_IS_ADDR_MULTICAST(&SIN6(saddr)->sin6_addr)) || in flow_req_prepare()741 if (__improbable(has_saddr && !flow_route_laddr_validate(saddr, ifp, in flow_req_prepare()795 if (!has_saddr) { in flow_req_prepare()