Searched refs:IPTOS_ECN_ECT0 (Results 1 – 5 of 5) sorted by relevance
133 #define IPTOS_ECN_ECT0 0x02 /* ECN-capable transport (0) */ macro
1157 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in tcp_output()1160 ip->ip_tos |= IPTOS_ECN_ECT0; in tcp_output()
500 case IPTOS_ECN_ECT0: in cc_ecnpkt_handler()1614 case IPTOS_ECN_ECT0: in tcp_do_segment()
6770 case IPTOS_ECN_ECT0: in rack_hpts_do_segment()8299 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in rack_output()8302 ip->ip_tos |= IPTOS_ECN_ECT0; in rack_output()
166 { "ecntransport", IPTOS_ECN_ECT0},