Searched refs:has_saddr (Results 1 – 1 of 1) sorted by relevance
632 bool has_saddr = false, has_daddr = false; in flow_req_prepare() local639 has_saddr = (SIN(saddr)->sin_addr.s_addr != INADDR_ANY); in flow_req_prepare()646 if ((has_saddr && SIN(saddr)->sin_len != sa_len) || in flow_req_prepare()652 if ((has_saddr && IN_MULTICAST(ntohl(SIN(saddr)->sin_addr.s_addr))) || in flow_req_prepare()669 has_saddr = !IN6_IS_ADDR_UNSPECIFIED(&SIN6(saddr)->sin6_addr); in flow_req_prepare()675 if ((has_saddr && SIN6(saddr)->sin6_len != sa_len) || in flow_req_prepare()682 if (has_saddr) { in flow_req_prepare()694 if ((has_saddr && IN6_IS_ADDR_MULTICAST(&SIN6(saddr)->sin6_addr)) || in flow_req_prepare()718 if (__improbable(has_saddr && !flow_route_laddr_validate(saddr, ifp, in flow_req_prepare()807 if (!has_saddr) { in flow_req_prepare()