Searched refs:IPTOS_ECN_ECT0 (Results 1 – 6 of 6) sorted by relevance
133 #define IPTOS_ECN_ECT0 0x02 /* ECN-capable transport (0) */ macro
1197 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in tcp_output()1200 ip->ip_tos |= IPTOS_ECN_ECT0; in tcp_output()
541 case IPTOS_ECN_ECT0: in cc_ecnpkt_handler()1591 case IPTOS_ECN_ECT0: in tcp_do_segment()
10934 case IPTOS_ECN_ECT0: in rack_do_segment_nounlock()13455 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in rack_output()13458 ip->ip_tos |= IPTOS_ECN_ECT0; in rack_output()
174 { "ecntransport", IPTOS_ECN_ECT0},