Home
last modified time | relevance | path

Searched full:ect (Results 1 – 24 of 24) sorted by relevance

/freebsd/sys/netinet/
H A Dip_ecn.c69 * field of the inner header is not-ECT, drop the packet.
70 * If the ECN field in the inner header is set to ECT(0) and the ECN
71 * field in the outer header is set to ECT(1), copy ECT(1) to
73 * to ECT(0) or ECT(1) and the ECN field in the outer header is set to
80 * | Not-ECT | ECT(0) | ECT(1) | CE |
82 * Not-ECT | Not-ECT |Not-ECT(!!!)|Not-ECT(!!!)| <drop>(!!!)|
83 * ECT(0) | ECT(0) | ECT(0) | ECT(1) | CE |
84 * ECT(1) | ECT(1) | ECT(1) (!) | ECT(1) | CE |
101 * (I) set the ECN field to not-ECT in the outer header.
128 /* compatibility mode: set not-ECT to the outer */ in ip_ecn_ingress()
[all …]
H A Dtcp_syncache.h94 #define SCF_ACE_N 0x400 /* send ACE non-ECT setup */
H A Dtcp_ecn.c154 /* non-ECT SYN */ in tcp_ecn_input_syn_sent()
413 * ECN capable transmission (ECT). in tcp_ecn_output_established()
H A Dip.h129 #define IPTOS_ECN_NOTECT 0x00 /* not-ECT */
H A Dtcp_output.c1207 int ect = tcp_ecn_output_established(tp, &flags, len, sack_rxmit); in tcp_default_output() local
1214 ip6->ip6_flow |= htonl(ect << IPV6_FLOWLABEL_LEN); in tcp_default_output()
1220 ip->ip_tos |= ect; in tcp_default_output()
H A Dtcp_var.h846 #define TF2_ECN_USE_ECT1 0x00000800 /* Use ECT(1) marking on session */
1101 uint64_t tcps_ace_nect; /* ACE SYN packet with Non-ECT */
H A Dip_reass.c374 * drop if CE and not-ECT are mixed for the same packet. in ip_reass()
H A Dtcp_subr.c1744 int ect = 0; in tcp_respond() local
1933 ect = tcp_ecn_output_established(tp, &flags, 0, false); in tcp_respond()
1972 ip6->ip6_flow = htonl(ect << IPV6_FLOWLABEL_LEN); in tcp_respond()
1998 ip->ip_tos |= ect; in tcp_respond()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dgoogle.yaml44 # Bootloader requires empty ect node to be present
45 ect:
50 - ect
H A Darm,coresight-cti.yaml11 The CoreSight Embedded Cross Trigger (ECT) consists of CTI devices connected
14 The ECT components are not part of the trace generation data path and are thus
H A Dcoresight-cti.yaml11 The CoreSight Embedded Cross Trigger (ECT) consists of CTI devices connected
14 The ECT components are not part of the trace generation data path and are thus
/freebsd/share/man/man4/
H A Dcc_dctcp.493 Controls if a DCTCP session should use IP ECT(0) marking when sending out
94 segments (default), or ECT(1) marking making use of L4S infrastructure.
/freebsd/sys/netinet/cc/
H A Dcc_dctcp.c491 "Send DCTCP segments with ÍP ECT(0) or ECT(1)");
/freebsd/contrib/tcpdump/
H A Dprint-ip.c389 ND_PRINT(",ECT(1)"); in ip_print()
393 ND_PRINT(",ECT(0)"); in ip_print()
H A Dtcpdump.1.in1299 those are reported as \fBECT(1)\fP, \fBECT(0)\fP, or \fBCE\fP.
H A Dprint-isoclns.c1568 ND_PRINT("\n\t ECT: %08x", in isis_print_mt_port_cap_subtlv()
1675 ND_PRINT(", ECT: %08x", GET_BE_U_4(tptr)); in isis_print_mt_capability_subtlv()
/freebsd/sys/net/altq/
H A Daltq_red.c472 return (0); /* not-ECT */ in mark_ecn()
505 return (0); /* not-ECT */ in mark_ecn()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_io.c418 * ECN/ECT Processing (partially adopted from altq)
435 return (0); /* not-ECT */ in ecn_mark()
459 return (0); /* not-ECT */ in ecn_mark()
/freebsd/usr.bin/netstat/
H A Dinet.c833 "{N:/packet%s received with ECN ECT(0) bit set}\n"); in tcp_stats()
835 "{N:/packet%s received with ECN ECT(1) bit set}\n"); in tcp_stats()
837 "{N:/packet%s sent with ECN ECT(0) bit set}\n"); in tcp_stats()
839 "{N:/packet%s sent with ECN ECT(1) bit set}\n"); in tcp_stats()
846 "{N:/ACE SYN packet%s with Non-ECT}\n"); in tcp_stats()
/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/netinet6/
H A Dfrag6.c732 * Drop if CE and not-ECT are mixed for the same packet. in frag6_input()
/freebsd/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()
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.in24905 @Article{Banatre:1979:ECT,
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dhsi_struct_def.h76431 * ECN-Capable Transport (ECT) codepoints supported include:
77267 * ECN-Capable Transport (ECT) codepoints supported include: