Home
last modified time | relevance | path

Searched refs:ECN (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dkvm_arm.h318 #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(PAC), ECN(CP14_64), \
323 ECN(SVC64), ECN(HVC64), ECN(SMC64), ECN(SYS64), ECN(SVE), \
324 ECN(IMP_DEF), ECN(IABT_LOW), ECN(IABT_CUR), \
325 ECN(PC_ALIGN), ECN(DABT_LOW), ECN(DABT_CUR), \
326 ECN(SP_ALIGN), ECN(FP_EXC32), ECN(FP_EXC64), ECN(SERROR), \
327 ECN(BREAKPT_LOW), ECN(BREAKPT_CUR), ECN(SOFTSTP_LOW), \
328 ECN(SOFTSTP_CUR), ECN(WATCHPT_LOW), ECN(WATCHPT_CUR), \
329 ECN(BKPT32), ECN(VECTOR32), ECN(BRK64)
/kernel/linux/linux-5.10/Documentation/networking/
Ddctcp.rst8 center networks and leverages Explicit Congestion Notification (ECN) in
16 All switches in the data center network running DCTCP must support ECN
18 thresholds. The default ECN marking threshold heuristic for DCTCP on
Dpktgen.rst224 pgset "tos XX" set former IPv4 TOS field (e.g. "tos 28" for AF11 no ECN, default 00)
225 …pgset "traffic_class XX" set former IPv6 TRAFFIC CLASS (e.g. "traffic_class B8" for EF no ECN, def…
Dip-sysctl.rst339 Control use of Explicit Congestion Notification (ECN) by TCP.
340 ECN is used only when both ends of the TCP connection indicate
348 0 Disable ECN. Neither initiate nor accept ECN.
349 1 Enable ECN when requested by incoming connections and
350 also request ECN on outgoing connection attempts.
351 2 Enable ECN when requested by incoming connections
352 but do not request ECN on outgoing connections.
358 If the kernel detects that ECN connection misbehaves, enable fall
359 back to non-ECN. Currently, this knob implements the fallback
363 control) ECN settings are disabled.
[all …]
Dsnmp_counter.rst57 They indicate the number of four kinds of ECN IP packets, please refer
62 These 4 counters calculate how many packets received per ECN
/kernel/linux/linux-5.10/net/ipv4/netfilter/
DKconfig279 tristate "ECN target support"
283 This option adds a `ECN' target, which can be used in the iptables mangle
286 You can use this target to remove the ECN bits from the IPv4 header of
288 existing ECN blackholes on the internet, but don't want to disable
289 ECN support in general.
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
Dsch_red.sh285 local name=ECN
406 local name=ECN
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/
DKconfig51 of packets, including ECN marking. Say Y, if you are planning to
/kernel/linux/linux-5.10/drivers/pci/pcie/
DKconfig141 in the Downstream Port Containment Related Enhancements ECN to
/kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/
Dsch_red_core.sh438 local name=ECN
/kernel/linux/linux-5.10/net/ipv4/
DKconfig624 DCTCP leverages Explicit Congestion Notification (ECN) in the network to
633 ECN marking and be configured for marking when reaching defined switch
634 buffer thresholds. The default ECN marking threshold heuristic for
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/amazon/
Dena.rst245 - TSO with ECN
/kernel/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-bus-usb283 USB 2.0 ECN Errata for Link Power Management, section 4.10)
/kernel/linux/linux-5.10/net/netfilter/
DKconfig1272 This option adds an "ECN" match, which allows you to match against
1273 the IPv4 and TCP header ECN fields.
/kernel/linux/linux-5.10/
DCREDITS3956 D: netfilter: ULOG, ECN, DSCP target
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch17797 + bool ecn_copy; /**< TRUE to copy the ECN bits from inner/outer to out…