Searched refs:ECN (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/arch/arm64/util/ |
H A D | arm64_exception_types.h | 79 #define ECN(x) { ESR_ELx_EC_##x, #x } macro 82 ECN(UNKNOWN), ECN(WFx), ECN(CP15_32), ECN(CP15_64), ECN(CP14_MR), \ 83 ECN(CP14_LS), ECN(FP_ASIMD), ECN(CP10_ID), ECN(PA [all...] |
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | kvm_arm.h | 318 #define ECN(x) { ESR_ELx_EC_##x, #x } macro 321 ECN(UNKNOWN), ECN(WFx), ECN(CP15_32), ECN(CP15_64), ECN(CP14_MR), \ 322 ECN(CP14_LS), ECN(FP_ASIMD), ECN(CP10_ID), ECN(PA [all...] |
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | kvm_arm.h | 390 #define ECN(x) { ESR_ELx_EC_##x, #x } macro 393 ECN(UNKNOWN), ECN(WFx), ECN(CP15_32), ECN(CP15_64), ECN(CP14_MR), \ 394 ECN(CP14_LS), ECN(FP_ASIMD), ECN(CP10_ID), ECN(PA [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | sch_red.sh | 264 # limit is misconfigured, we would see this traffic being ECN marked. 286 local name=ECN 309 local name="ECN nodrop" 335 # Use ECN-capable TCP to verify there's no marking even though the queue 407 local name=ECN 430 log_test "ECN marked packets mirrored"
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | sch_red.sh | 264 # limit is misconfigured, we would see this traffic being ECN marked. 286 local name=ECN 309 local name="ECN nodrop" 335 # Use ECN-capable TCP to verify there's no marking even though the queue 407 local name=ECN 430 log_test "ECN marked packets mirrored"
|
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sch_red_core.sh | 415 # limit is misconfigured, we would see this traffic being ECN marked. 438 local name=ECN 462 local name="ECN nodrop" 489 # Use ECN-capable TCP to verify there's no marking even though the queue
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/ |
H A D | sch_red_core.sh | 424 # limit is misconfigured, we would see this traffic being ECN marked. 448 local name=${1-ECN}; shift 482 __do_ecn_test get_qdisc_nmarked "$vlan" "$limit" "per-band ECN" 489 local name="ECN nodrop" 516 # Use ECN-capable TCP to verify there's no marking even though the queue 605 check_err_fail "$should_fail" $? "ECN-marked packets $subtest'd"
|
Completed in 5 milliseconds