Home
last modified time | relevance | path

Searched refs:ect (Results 1 – 4 of 4) sorted by relevance

/src/sys/netinet/
H A Dtcp_output.c1206 int ect = tcp_ecn_output_established(tp, &flags, len, sack_rxmit); in tcp_default_output() local
1213 ip6->ip6_flow |= htonl(ect << IPV6_FLOWLABEL_LEN); in tcp_default_output()
1219 ip->ip_tos |= ect; in tcp_default_output()
H A Dtcp_subr.c1749 int ect = 0; in tcp_respond() local
1938 ect = tcp_ecn_output_established(tp, &flags, 0, false); in tcp_respond()
1977 ip6->ip6_flow = htonl(ect << IPV6_FLOWLABEL_LEN); in tcp_respond()
2003 ip->ip_tos |= ect; in tcp_respond()
/src/sys/contrib/device-tree/src/arm64/exynos/google/
H A Dgs101.dtsi186 /* ect node is required to be present by bootloader */
187 ect {
/src/sys/netinet/tcp_stacks/
H A Drack.c18546 int ect = tcp_ecn_output_established(tp, &flags, len, true); in rack_fast_rsm_output() local
18553 ip6->ip6_flow |= htonl(ect << 20); in rack_fast_rsm_output()
18559 ip->ip_tos |= ect; in rack_fast_rsm_output()
19107 int ect = tcp_ecn_output_established(tp, &flags, len, false); in rack_fast_output() local
19114 ip6->ip6_flow |= htonl(ect << 20); in rack_fast_output()
19121 ip->ip_tos |= ect; in rack_fast_output()
21583 int ect = tcp_ecn_output_established(tp, &flags, len, sack_rxmit); in rack_output() local
21590 ip6->ip6_flow |= htonl(ect << 20); in rack_output()
21597 ip->ip_tos |= ect; in rack_output()