Home
last modified time | relevance | path

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

12

/linux-6.12.1/include/net/
Dinet_ecn.h42 * encapsulation if the inside header is not-ECT or ECT, and to set the
43 * ECN codepoint of the outside header to ECT(0) if the ECN codepoint of
237 * | Header | Not-ECT | ECT(0) | ECT(1) | CE |
239 * | Not-ECT | Not-ECT |Not-ECT(!!!)|Not-ECT(!!!)| <drop>(!!!)|
240 * | ECT(0) | ECT(0) | ECT(0) | ECT(1) | CE |
241 * | ECT(1) | ECT(1) | ECT(1) (!) | ECT(1) | CE |
/linux-6.12.1/Documentation/devicetree/bindings/arm/
Dgoogle.yaml43 # Bootloader requires empty ect node to be present
44 ect:
49 - ect
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
/linux-6.12.1/include/uapi/linux/netfilter_ipv4/
Dipt_ECN.h26 __u8 ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */
29 __u8 ece:1, cwr:1; /* TCP ECT bits */
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/
Ddevlink_trap_tunnel_ipip.sh177 log_test "$desc: Inner ECN is not ECT and outer is $ecn_desc"
219 ecn_decap_test "Decap error" "ECT(1)" 01
220 ecn_decap_test "Decap error" "ECT(0)" 02
Ddevlink_trap_tunnel_ipip6.sh177 log_test "$desc: Inner ECN is not ECT and outer is $ecn_desc"
219 ecn_decap_test "Decap error" "ECT(1)" 01
220 ecn_decap_test "Decap error" "ECT(0)" 02
Ddevlink_trap_tunnel_vxlan.sh184 log_test "$desc: Inner ECN is not ECT and outer is $ecn_desc"
262 ecn_decap_test "Decap error" "ECT(1)" 01
263 ecn_decap_test "Decap error" "ECT(0)" 02
Ddevlink_trap_tunnel_vxlan_ipv6.sh189 log_test "$desc: Inner ECN is not ECT and outer is $ecn_desc"
271 ecn_decap_test "Decap error" "ECT(1)" 01
272 ecn_decap_test "Decap error" "ECT(0)" 02
/linux-6.12.1/tools/testing/selftests/net/
Dfib_rule_tests.sh316 # (Not-ECT: 0, ECT(1): 1, ECT(0): 2, CE: 3).
555 # (Not-ECT: 0, ECT(1): 1, ECT(0): 2, CE: 3).
Dfib_tests.sh1741 log_test $? 0 "IPv4 route with DSCP and ECN:Not-ECT"
1745 log_test $? 0 "IPv4 route with DSCP and ECN:ECT(1)"
1749 log_test $? 0 "IPv4 route with DSCP and ECN:ECT(0)"
1758 log_test $? 0 "IPv4 route with unknown DSCP and ECN:Not-ECT"
1762 log_test $? 0 "IPv4 route with unknown DSCP and ECN:ECT(1)"
1766 log_test $? 0 "IPv4 route with unknown DSCP and ECN:ECT(0)"
1775 log_test $? 0 "IPv4 route with no DSCP and ECN:Not-ECT"
1779 log_test $? 0 "IPv4 route with no DSCP and ECN:ECT(1)"
1783 log_test $? 0 "IPv4 route with no DSCP and ECN:ECT(0)"
Dpmtu.sh1231 dsfield=${policy_mark} # No ECN bit set (Not-ECT)
1234 dsfield=$(printf "%#x" $((policy_mark + 0x02))) # ECN=2 (ECT(0))
1279 dsfield=${policy_mark} # No ECN bit set (Not-ECT)
1283 dsfield=$(printf "%#x" $((policy_mark + 0x02))) # ECN=2 (ECT(0))
/linux-6.12.1/drivers/tty/vt/
Dconsolemap.c788 ushort ect; in con_get_unimap() local
800 ect = 0; in con_get_unimap()
818 if (ect < ct) { in con_get_unimap()
819 unilist[ect].unicode = UNI(d, r, g); in con_get_unimap()
820 unilist[ect].fontpos = *row; in con_get_unimap()
822 ect++; in con_get_unimap()
828 if (copy_to_user(list, unilist, min(ect, ct) * sizeof(*unilist))) in con_get_unimap()
830 if (put_user(ect, uct)) in con_get_unimap()
833 return ret ? ret : (ect <= ct) ? 0 : -ENOMEM; in con_get_unimap()
/linux-6.12.1/include/uapi/linux/netfilter/
Dxt_ecn.h31 __u8 ect; member
/linux-6.12.1/drivers/hwtracing/coresight/
Dcoresight-cti-core.c557 /* exit if current is an ECT device.*/ in cti_add_assoc_to_csdev()
574 * if we found a matching csdev then update the ECT in cti_add_assoc_to_csdev()
801 /** cti ect operations **/
966 .devtype = 0x00000014, /* maj(0x4-debug) min(0x1-ECT) */
/linux-6.12.1/drivers/s390/block/
Ddasd_eckd.c2664 struct eckd_count *ect; in dasd_eckd_build_format() local
2838 ect = (struct eckd_count *) data; in dasd_eckd_build_format()
2840 ect->cyl = address.cyl; in dasd_eckd_build_format()
2841 ect->head = address.head; in dasd_eckd_build_format()
2842 ect->record = 0; in dasd_eckd_build_format()
2843 ect->kl = 0; in dasd_eckd_build_format()
2844 ect->dl = 8; in dasd_eckd_build_format()
2849 ccw->cda = virt_to_dma32(ect); in dasd_eckd_build_format()
2853 ect = (struct eckd_count *) data; in dasd_eckd_build_format()
2855 ect->cyl = address.cyl; in dasd_eckd_build_format()
[all …]
/linux-6.12.1/net/ipv4/netfilter/
Dipt_ECN.c23 /* set ECT codepoint from IP header.
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c2416 * | Header | Not-ECT | ECT(0) | ECT(1) | CE |
2418 * | Not-ECT | Not-ECT | Not-ECT | Not-ECT | <drop> |
2419 * | ECT(0) | ECT(0) | ECT(0) | ECT(1) | CE* |
2420 * | ECT(1) | ECT(1) | ECT(1) | ECT(1)* | CE* |
2491 NL_SET_ERR_MSG_MOD(extack, "Match on enc_tos ecn = ECT(1) isn't supported"); in mlx5e_tc_verify_tunnel_ecn()
2492 netdev_warn(priv->netdev, "Match on enc_tos ecn = ECT(1) isn't supported"); in mlx5e_tc_verify_tunnel_ecn()
/linux-6.12.1/net/sched/
Dsch_red.c106 /* Non-ECT packet in ECN nodrop mode: queue it. */ in red_enqueue()
126 /* Non-ECT packet in ECN nodrop mode: queue it. */ in red_enqueue()
/linux-6.12.1/Documentation/trace/coresight/
Dcoresight.rst318 via the CTM. See (Documentation/trace/coresight/coresight-ect.rst)
671 (Documentation/trace/coresight/coresight-ect.rst) [#fourth]_.
693 .. [#fourth] Documentation/trace/coresight/coresight-ect.rst
/linux-6.12.1/drivers/net/
Dbareudp.c179 net_info_ratelimited("non-ECT from %pI4 " in bareudp_udp_encap_recv()
184 net_info_ratelimited("non-ECT from %pI6\n", in bareudp_udp_encap_recv()
/linux-6.12.1/net/ipv4/
Dtcp_dctcp.c112 * ECT from sk since it is set during 3WHS for DCTCP. in dctcp_init()
/linux-6.12.1/tools/include/uapi/linux/
Dtcp.h171 #define TCPI_OPT_ECN_SEEN 16 /* we received at least one packet with ECT */
/linux-6.12.1/include/uapi/linux/
Dtcp.h178 #define TCPI_OPT_ECN_SEEN 16 /* we received at least one packet with ECT */
/linux-6.12.1/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c1307 bool th_ecn, ect; in chtls_pass_accept_request() local
1393 ect = !INET_ECN_is_not_ect(ip_dsfield); in chtls_pass_accept_request()
1395 if ((!ect && ecn_ok) || tcp_ca_needs_ecn(sk)) in chtls_pass_accept_request()
/linux-6.12.1/arch/arm64/boot/dts/exynos/google/
Dgs101.dtsi183 /* ect node is required to be present by bootloader */
184 ect {

12