| /kernel/linux/linux-5.10/include/net/ |
| D | inet_ecn.h | 41 * encapsulation if the inside header is not-ECT or ECT, and to set the 42 * ECN codepoint of the outside header to ECT(0) if the ECN codepoint of 222 * | Header | Not-ECT | ECT(0) | ECT(1) | CE | 224 * | Not-ECT | Not-ECT |Not-ECT(!!!)|Not-ECT(!!!)| <drop>(!!!)| 225 * | ECT(0) | ECT(0) | ECT(0) | ECT(1) | CE | 226 * | ECT(1) | ECT(1) | ECT(1) (!) | ECT(1) | CE |
|
| /kernel/linux/linux-6.6/include/net/ |
| 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 |
|
| /kernel/linux/linux-5.10/include/uapi/linux/netfilter_ipv4/ |
| D | ipt_ECN.h | 26 __u8 ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */ 29 __u8 ece:1, cwr:1; /* TCP ECT bits */
|
| /kernel/linux/linux-6.6/include/uapi/linux/netfilter_ipv4/ |
| D | ipt_ECN.h | 26 __u8 ip_ect; /* ECT codepoint of IPv4 header, pre-shifted */ 29 __u8 ece:1, cwr:1; /* TCP ECT bits */
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| 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).
|
| /kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
| 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
|
| 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
|
| 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
|
| 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
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | devlink_trap_tunnel_ipip.sh | 168 log_test "$desc: Inner ECN is not ECT and outer is $ecn_desc" 235 ecn_decap_test "Decap error" "ECT(1)" 01 236 ecn_decap_test "Decap error" "ECT(0)" 02
|
| D | devlink_trap_tunnel_vxlan.sh | 184 log_test "$desc: Inner ECN is not ECT and outer is $ecn_desc" 260 ecn_decap_test "Decap error" "ECT(1)" 01 261 ecn_decap_test "Decap error" "ECT(0)" 02
|
| /kernel/linux/linux-5.10/drivers/tty/vt/ |
| D | consolemap.c | 741 ushort ect; in con_get_unimap() local 752 ect = 0; in con_get_unimap() 764 if (ect < ct) { in con_get_unimap() 765 unilist[ect].unicode = in con_get_unimap() 767 unilist[ect].fontpos = *p2; in con_get_unimap() 769 ect++; in con_get_unimap() 775 if (copy_to_user(list, unilist, min(ect, ct) * sizeof(struct unipair))) in con_get_unimap() 777 put_user(ect, uct); in con_get_unimap() 779 return ret ? ret : (ect <= ct) ? 0 : -ENOMEM; in con_get_unimap()
|
| /kernel/linux/linux-6.6/drivers/tty/vt/ |
| 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()
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/netfilter/ |
| D | xt_ecn.h | 21 __u8 ect; member
|
| /kernel/linux/linux-5.10/include/uapi/linux/netfilter/ |
| D | xt_ecn.h | 31 __u8 ect; member
|
| /kernel/linux/linux-6.6/include/uapi/linux/netfilter/ |
| D | xt_ecn.h | 31 __u8 ect; member
|
| /kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/netfilter/ |
| D | xt_ecn.h | 34 __u8 ect; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/netfilter/ |
| D | xt_ecn.h | 34 __u8 ect; member
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/ |
| 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
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/ |
| 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
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | coresight.h | 73 /* Embedded Cross Trigger (ECT) sub-types */ 211 bool ect_enabled; /* true only if associated ect device is enabled */
|
| /kernel/linux/linux-5.10/drivers/s390/block/ |
| D | dasd_eckd.c | 2590 struct eckd_count *ect; in dasd_eckd_build_format() local 2764 ect = (struct eckd_count *) data; in dasd_eckd_build_format() 2766 ect->cyl = address.cyl; in dasd_eckd_build_format() 2767 ect->head = address.head; in dasd_eckd_build_format() 2768 ect->record = 0; in dasd_eckd_build_format() 2769 ect->kl = 0; in dasd_eckd_build_format() 2770 ect->dl = 8; in dasd_eckd_build_format() 2775 ccw->cda = (__u32)(addr_t) ect; in dasd_eckd_build_format() 2779 ect = (struct eckd_count *) data; in dasd_eckd_build_format() 2781 ect->cyl = address.cyl; in dasd_eckd_build_format() [all …]
|
| /kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
| 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) */
|
| /kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
| D | coresight-cti-core.c | 549 /* exit if current is an ECT device.*/ in cti_add_assoc_to_csdev() 563 * if we found a matching csdev then update the ECT in cti_add_assoc_to_csdev() 786 /** cti ect operations **/ 950 .devtype = 0x00000014, /* maj(0x4-debug) min(0x1-ECT) */
|
| /kernel/linux/linux-5.10/net/ipv4/netfilter/ |
| D | ipt_ECN.c | 23 /* set ECT codepoint from IP header.
|