/openbmc/linux/include/net/ |
H A D | inet_ecn.h | 42 * 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 |
|
/openbmc/linux/include/uapi/linux/netfilter_ipv4/ |
H A D | ipt_ECN.h | 26 __u8 ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */ 29 __u8 ece:1, cwr:1; /* TCP ECT bits */
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | fib_rule_tests.sh | 270 # (Not-ECT: 0, ECT(1): 1, ECT(0): 2, CE: 3). 407 # (Not-ECT: 0, ECT(1): 1, ECT(0): 2, CE: 3).
|
H A D | fib_tests.sh | 1647 log_test $? 0 "IPv4 route with DSCP and ECN:Not-ECT" 1651 log_test $? 0 "IPv4 route with DSCP and ECN:ECT(1)" 1655 log_test $? 0 "IPv4 route with DSCP and ECN:ECT(0)" 1664 log_test $? 0 "IPv4 route with unknown DSCP and ECN:Not-ECT" 1668 log_test $? 0 "IPv4 route with unknown DSCP and ECN:ECT(1)" 1672 log_test $? 0 "IPv4 route with unknown DSCP and ECN:ECT(0)" 1681 log_test $? 0 "IPv4 route with no DSCP and ECN:Not-ECT" 1685 log_test $? 0 "IPv4 route with no DSCP and ECN:ECT(1)" 1689 log_test $? 0 "IPv4 route with no DSCP and ECN:ECT(0)"
|
/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | devlink_trap_tunnel_ipip.sh | 177 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
|
H A D | devlink_trap_tunnel_ipip6.sh | 177 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
|
H A D | devlink_trap_tunnel_vxlan.sh | 184 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
|
H A D | devlink_trap_tunnel_vxlan_ipv6.sh | 189 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
|
/openbmc/linux/drivers/tty/vt/ |
H A D | consolemap.c | 788 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()
|
/openbmc/linux/include/uapi/linux/netfilter/ |
H A D | xt_ecn.h | 31 __u8 ect; member
|
/openbmc/qemu/include/hw/arm/ |
H A D | fsl-imx25.h | 103 * 0x43FB_8000 0x43FB_BFFF 16 Kbytes ECT (IP BUS A) 104 * 0x43FB_C000 0x43FB_FFFF 16 Kbytes ECT (IP BUS B)
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
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
|
/openbmc/linux/drivers/hwtracing/coresight/ |
H A D | coresight-cti-core.c | 557 /* 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) */
|
/openbmc/linux/net/ipv4/netfilter/ |
H A D | ipt_ECN.c | 23 /* set ECT codepoint from IP header.
|
/openbmc/linux/drivers/s390/block/ |
H A D | dasd_eckd.c | 2678 struct eckd_count *ect; in dasd_eckd_build_format() local 2852 ect = (struct eckd_count *) data; in dasd_eckd_build_format() 2854 ect->cyl = address.cyl; in dasd_eckd_build_format() 2855 ect->head = address.head; in dasd_eckd_build_format() 2856 ect->record = 0; in dasd_eckd_build_format() 2857 ect->kl = 0; in dasd_eckd_build_format() 2858 ect->dl = 8; in dasd_eckd_build_format() 2863 ccw->cda = (__u32)virt_to_phys(ect); in dasd_eckd_build_format() 2867 ect = (struct eckd_count *) data; in dasd_eckd_build_format() 2869 ect->cyl = address.cyl; in dasd_eckd_build_format() [all …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | en_tc.c | 2295 * | Header | Not-ECT | ECT(0) | ECT(1) | CE | 2297 * | Not-ECT | Not-ECT | Not-ECT | Not-ECT | <drop> | 2298 * | ECT(0) | ECT(0) | ECT(0) | ECT(1) | CE* | 2299 * | ECT(1) | ECT(1) | ECT(1) | ECT(1)* | CE* | 2370 NL_SET_ERR_MSG_MOD(extack, "Match on enc_tos ecn = ECT(1) isn't supported"); in mlx5e_tc_verify_tunnel_ecn() 2371 netdev_warn(priv->netdev, "Match on enc_tos ecn = ECT(1) isn't supported"); in mlx5e_tc_verify_tunnel_ecn()
|
/openbmc/linux/net/sched/ |
H A D | sch_red.c | 106 /* 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()
|
/openbmc/boost-dbus/include/dbus/ |
H A D | element.hpp | 201 // Case for fixed "final" types (double, float ect) that have their own code by
|
/openbmc/linux/Documentation/trace/coresight/ |
H A D | coresight.rst | 318 via the CTM. See (Documentation/trace/coresight/coresight-ect.rst) 667 (Documentation/trace/coresight/coresight-ect.rst) [#fourth]_. 689 .. [#fourth] Documentation/trace/coresight/coresight-ect.rst
|
/openbmc/linux/drivers/net/ |
H A D | bareudp.c | 175 net_info_ratelimited("non-ECT from %pI4 " in bareudp_udp_encap_recv() 180 net_info_ratelimited("non-ECT from %pI6\n", in bareudp_udp_encap_recv()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_dctcp.c | 112 * ECT from sk since it is set during 3WHS for DCTCP. in dctcp_init()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | tcp.h | 171 #define TCPI_OPT_ECN_SEEN 16 /* we received at least one packet with ECT */
|
/openbmc/linux/include/uapi/linux/ |
H A D | tcp.h | 171 #define TCPI_OPT_ECN_SEEN 16 /* we received at least one packet with ECT */
|
/openbmc/docs/designs/ |
H A D | entity-manager-hw-id-vpd-discover-via-device-tree.md | 310 Rejection: "We have all this stuff [.Model, .SerialNumber, ect. properties]
|
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 1307 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()
|