Searched refs:IPTOS_ECN_ECT0 (Results 1 – 4 of 4) sorted by relevance
147 #define IPTOS_ECN_ECT0 0x02 /* ECN-capable transport (0) */ macro
116 (*inner & IPTOS_ECN_MASK) == IPTOS_ECN_ECT0) { in ip_ecn_egress()
2217 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in tcp_output()2232 ip->ip_tos |= IPTOS_ECN_ECT0; in tcp_output()
567 (ip->ip_tos & IPTOS_ECN_MASK) == IPTOS_ECN_ECT0)) { in ip_output_list()