Searched refs:has_saddr (Results 1 – 1 of 1) sorted by relevance
637 bool has_saddr = false, has_daddr = false; in flow_req_prepare() local644 has_saddr = (SIN(saddr)->sin_addr.s_addr != INADDR_ANY); in flow_req_prepare()651 if ((has_saddr && SIN(saddr)->sin_len != sa_len) || in flow_req_prepare()657 if ((has_saddr && IN_MULTICAST(ntohl(SIN(saddr)->sin_addr.s_addr))) || in flow_req_prepare()674 has_saddr = !IN6_IS_ADDR_UNSPECIFIED(&SIN6(saddr)->sin6_addr); in flow_req_prepare()680 if ((has_saddr && SIN6(saddr)->sin6_len != sa_len) || in flow_req_prepare()687 if (has_saddr) { in flow_req_prepare()699 if ((has_saddr && IN6_IS_ADDR_MULTICAST(&SIN6(saddr)->sin6_addr)) || in flow_req_prepare()723 if (__improbable(has_saddr && !flow_route_laddr_validate(saddr, ifp, in flow_req_prepare()812 if (!has_saddr) { in flow_req_prepare()