Searched refs:IPTOS_ECN_ECT0 (Results 1 – 5 of 5) sorted by relevance
133 #define IPTOS_ECN_ECT0 0x02 /* ECN-capable transport (0) */ macro
1227 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in tcp_output()1230 ip->ip_tos |= IPTOS_ECN_ECT0; in tcp_output()
557 case IPTOS_ECN_ECT0: in cc_ecnpkt_handler_flags()1629 case IPTOS_ECN_ECT0: in tcp_do_segment()
13081 case IPTOS_ECN_ECT0: in rack_do_compressed_ack_processing()13826 case IPTOS_ECN_ECT0: in rack_do_segment_nounlock()15873 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in rack_fast_output()15876 ip->ip_tos |= IPTOS_ECN_ECT0; in rack_fast_output()17936 ip6->ip6_flow |= htonl(IPTOS_ECN_ECT0 << 20); in rack_output()17941 ip->ip_tos |= IPTOS_ECN_ECT0; in rack_output()
166 { "ecntransport", IPTOS_ECN_ECT0},