/freebsd/sys/netinet/ |
H A D | ip_ecn.c | 72 * ECN field in the outer header to ECT(0). 76 * field of the inner header is not-ECT, drop the packet. 77 * if the ECN field in the inner header is set to ECT(0) or ECT(1) 82 * (I) set the ECN field to not-ECT in the outer header. 105 * full-functionality: if the inner is CE, set ECT(0) in ip_ecn_ingress() 113 * limited-functionality: set not-ECT to the outer in ip_ecn_ingress() 137 * not-ECT, should drop it. otherwise, copy CE. in ip_ecn_egress()
|
H A D | tcp_syncache.h | 93 #define SCF_ACE_N 0x400 /* send ACE non-ECT setup */
|
H A D | tcp_ecn.c | 155 /* non-ECT SYN */ in tcp_ecn_input_syn_sent() 411 * ECN capable transmission (ECT). in tcp_ecn_output_established()
|
H A D | ip.h | 128 #define IPTOS_ECN_NOTECT 0x00 /* not-ECT */
|
H A D | tcp_output.c | 1206 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 D | tcp_var.h | 846 #define TF2_ECN_USE_ECT1 0x00000800 /* Use ECT(1) marking on session */ 1081 uint64_t tcps_ace_nect; /* ACE SYN packet with Non-ECT */
|
H A D | ip_reass.c | 375 * drop if CE and not-ECT are mixed for the same packet. in ip_reass()
|
H A D | tcp_subr.c | 1752 int ect = 0; in tcp_respond() local 1941 ect = tcp_ecn_output_established(tp, &flags, 0, false); in tcp_respond() 1980 ip6->ip6_flow = htonl(ect << IPV6_FLOWLABEL_LEN); in tcp_respond() 2006 ip->ip_tos |= ect; in tcp_respond()
|
/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/contrib/device-tree/Bindings/arm/ |
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
|
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
|
/freebsd/contrib/tcpdump/ |
H A D | print-ip.c | 384 ND_PRINT(",ECT(1)"); in ip_print() 388 ND_PRINT(",ECT(0)"); in ip_print()
|
H A D | tcpdump.1.in | 1261 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/netinet/cc/ |
H A D | cc_dctcp.c | 497 "Send DCTCP segments with ÍP ECT(0) or ECT(1)");
|
/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 | 414 * ECN/ECT Processing (partially adopted from altq) 431 return (0); /* not-ECT */ in ecn_mark() 455 return (0); /* not-ECT */ in ecn_mark()
|
/freebsd/usr.bin/netstat/ |
H A D | inet.c | 810 "{N:/packet%s received with ECN ECT(0) bit set}\n"); in tcp_stats() 812 "{N:/packet%s received with ECN ECT(1) bit set}\n"); in tcp_stats() 814 "{N:/packet%s sent with ECN ECT(0) bit set}\n"); in tcp_stats() 816 "{N:/packet%s sent with ECN ECT(1) bit set}\n"); in tcp_stats() 823 "{N:/ACE SYN packet%s with Non-ECT}\n"); in tcp_stats()
|
/freebsd/sys/netinet6/ |
H A D | frag6.c | 733 * 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 | 18703 int ect = tcp_ecn_output_established(tp, &flags, len, true); in rack_fast_rsm_output() local 18710 ip6->ip6_flow |= htonl(ect << 20); in rack_fast_rsm_output() 18716 ip->ip_tos |= ect; in rack_fast_rsm_output() 19268 int ect = tcp_ecn_output_established(tp, &flags, len, false); in rack_fast_output() local 19275 ip6->ip6_flow |= htonl(ect << 20); in rack_fast_output() 19282 ip->ip_tos |= ect; in rack_fast_output() 21740 int ect = tcp_ecn_output_established(tp, &flags, len, sack_rxmit); in rack_output() local 21747 ip6->ip6_flow |= htonl(ect << 20); in rack_output() 21754 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 | 74866 * ECN-Capable Transport (ECT) codepoints supported include: 75696 * ECN-Capable Transport (ECT) codepoints supported include:
|