Home
last modified time | relevance | path

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

/freebsd/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.c1734 int ect = 0; in tcp_respond() local
1923 ect = tcp_ecn_output_established(tp, &flags, 0, false); in tcp_respond()
1962 ip6->ip6_flow = htonl(ect << IPV6_FLOWLABEL_LEN); in tcp_respond()
1988 ip->ip_tos |= ect; in tcp_respond()
/freebsd/sys/contrib/device-tree/src/arm64/exynos/google/
H A Dgs101.dtsi186 /* ect node is required to be present by bootloader */
187 ect {
/freebsd/sys/netinet/tcp_stacks/
H A Drack.c18543 int ect = tcp_ecn_output_established(tp, &flags, len, true); in rack_fast_rsm_output() local
18550 ip6->ip6_flow |= htonl(ect << 20); in rack_fast_rsm_output()
18556 ip->ip_tos |= ect; in rack_fast_rsm_output()
19104 int ect = tcp_ecn_output_established(tp, &flags, len, false); in rack_fast_output() local
19111 ip6->ip6_flow |= htonl(ect << 20); in rack_fast_output()
19118 ip->ip_tos |= ect; in rack_fast_output()
21571 int ect = tcp_ecn_output_established(tp, &flags, len, sack_rxmit); in rack_output() local
21578 ip6->ip6_flow |= htonl(ect << 20); in rack_output()
21585 ip->ip_tos |= ect; in rack_output()