| /freebsd/sys/netinet/ |
| H A D | ip_ecn.c | 69 * 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 D | tcp_syncache.h | 94 #define SCF_ACE_N 0x400 /* send ACE non-ECT setup */
|
| H A D | tcp_ecn.c | 154 /* non-ECT SYN */ in tcp_ecn_input_syn_sent() 413 * ECN capable transmission (ECT). in tcp_ecn_output_established()
|
| H A D | ip.h | 129 #define IPTOS_ECN_NOTECT 0x00 /* not-ECT */
|
| H A D | tcp_output.c | 1207 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 D | tcp_var.h | 846 #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 D | ip_reass.c | 374 * drop if CE and not-ECT are mixed for the same packet. in ip_reass()
|
| H A D | tcp_subr.c | 1744 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 D | google.yaml | 44 # Bootloader requires empty ect node to be present 45 ect: 50 - ect
|
| H A D | arm,coresight-cti.yaml | 11 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 D | coresight-cti.yaml | 11 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 D | cc_dctcp.4 | 93 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 D | cc_dctcp.c | 491 "Send DCTCP segments with ÍP ECT(0) or ECT(1)");
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-ip.c | 389 ND_PRINT(",ECT(1)"); in ip_print() 393 ND_PRINT(",ECT(0)"); in ip_print()
|
| H A D | tcpdump.1.in | 1299 those are reported as \fBECT(1)\fP, \fBECT(0)\fP, or \fBCE\fP.
|
| H A D | print-isoclns.c | 1568 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 D | altq_red.c | 472 return (0); /* not-ECT */ in mark_ecn() 505 return (0); /* not-ECT */ in mark_ecn()
|
| /freebsd/sys/netpfil/ipfw/ |
| H A D | ip_dn_io.c | 418 * 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 D | inet.c | 833 "{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 D | gs101.dtsi | 186 /* ect node is required to be present by bootloader */ 187 ect {
|
| /freebsd/sys/netinet6/ |
| H A D | frag6.c | 732 * Drop if CE and not-ECT are mixed for the same packet. in frag6_input()
|
| /freebsd/sys/netinet/tcp_stacks/ |
| H A D | rack.c | 18546 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 D | funstack.in | 24905 @Article{Banatre:1979:ECT,
|
| /freebsd/sys/dev/bnxt/bnxt_en/ |
| H A D | hsi_struct_def.h | 76431 * ECN-Capable Transport (ECT) codepoints supported include: 77267 * ECN-Capable Transport (ECT) codepoints supported include:
|