/linux-6.12.1/sound/soc/sof/ |
D | Makefile | 28 snd-sof-ipc-flood-test-y := sof-client-ipc-flood-test.o 52 obj-$(CONFIG_SND_SOC_SOF_DEBUG_IPC_FLOOD_TEST) += snd-sof-ipc-flood-test.o
|
D | Kconfig | 222 tristate "SOF enable IPC flood test" 226 This option enables a separate client device for IPC flood test 227 which can be used to flood the DSP with test IPCs and gather stats 229 Say Y if you want to enable IPC flood test. 233 int "Number of IPC flood test clients" 238 Select the number of IPC flood test clients to be created.
|
/linux-6.12.1/tools/testing/selftests/drivers/net/mlxsw/ |
D | devlink_trap_l2_drops.sh | 296 ip link set dev $swp1 type bridge_slave flood off 297 ip link set dev $swp2 type bridge_slave flood off 310 ip link set dev $swp2 type bridge_slave flood on 327 ip link set dev $swp1 type bridge_slave flood on 388 ip link set dev $swp2 type bridge_slave flood off 401 ip link set dev $swp2 type bridge_slave flood on
|
/linux-6.12.1/drivers/net/ethernet/marvell/prestera/ |
D | prestera.h | 379 int prestera_port_uc_flood_set(struct prestera_port *port, bool flood); 380 int prestera_port_mc_flood_set(struct prestera_port *port, bool flood);
|
D | prestera_hw.h | 185 int prestera_hw_port_uc_flood_set(const struct prestera_port *port, bool flood); 186 int prestera_hw_port_mc_flood_set(const struct prestera_port *port, bool flood);
|
D | prestera_main.c | 55 int prestera_port_uc_flood_set(struct prestera_port *port, bool flood) in prestera_port_uc_flood_set() argument 57 return prestera_hw_port_uc_flood_set(port, flood); in prestera_port_uc_flood_set() 60 int prestera_port_mc_flood_set(struct prestera_port *port, bool flood) in prestera_port_mc_flood_set() argument 62 return prestera_hw_port_mc_flood_set(port, flood); in prestera_port_mc_flood_set()
|
D | prestera_hw.c | 293 u8 flood; member 1671 int prestera_hw_port_uc_flood_set(const struct prestera_port *port, bool flood) in prestera_hw_port_uc_flood_set() argument 1680 .enable = flood, in prestera_hw_port_uc_flood_set() 1689 int prestera_hw_port_mc_flood_set(const struct prestera_port *port, bool flood) in prestera_hw_port_mc_flood_set() argument 1698 .enable = flood, in prestera_hw_port_mc_flood_set()
|
/linux-6.12.1/tools/testing/selftests/net/forwarding/ |
D | lib.sh | 1547 bridge link set dev $br_port1 flood off 1601 bridge link set dev $br_port1 flood on 1650 bridge link set dev $br_port flood off 1655 bridge link set dev $br_port flood on
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
D | switch-driver.rst | 116 $ ip link set dev ethX type bridge_slave flood off mcast_flood off 117 $ ip link set dev ethX type bridge_slave flood off mcast_flood on
|
/linux-6.12.1/tools/testing/selftests/net/netfilter/ |
D | nft_concat_range.sh | 1159 flood() { function 1303 flood "${i}" $((i + src_delta)) & flood_pids="${flood_pids} $!"
|
/linux-6.12.1/Documentation/core-api/ |
D | dma-attributes.rst | 116 and can actually flood the system logs with error messages that aren't any
|
D | dma-api.rst | 774 option, as it can easily flood your logs.
|
/linux-6.12.1/Documentation/networking/ |
D | switchdev.rst | 310 For a given L2 VLAN domain, the switch device should flood multicast/broadcast 328 If supported by the device, flood control can be offloaded to it, preventing 554 The switch must adhere to RFC 4541 and flood multicast traffic accordingly
|
D | ip-sysctl.rst | 794 overflows. This is to prevent against the common 'SYN flood attack' 799 against legal connection rate. If you see SYN flood warnings 809 SYN flood warnings in logs not being really flooded, your server
|
D | snmp_counter.rst | 962 SYN cookies are used to mitigate SYN flood, for details, please refer
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | Kconfig | 223 during SYN-flood attacks.
|
/linux-6.12.1/net/ipv4/netfilter/ |
D | Kconfig | 209 during SYN-flood attacks.
|
/linux-6.12.1/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-facebook-harma.dts | 628 "","nmi-control-sync-flood-n",
|
/linux-6.12.1/drivers/net/dsa/mv88e6xxx/ |
D | chip.c | 2575 bool flood; member 2587 if (ctx->flood) in mv88e6xxx_port_broadcast_sync_vlan() 2599 bool flood) in mv88e6xxx_port_broadcast_sync() argument 2603 .flood = flood, in mv88e6xxx_port_broadcast_sync()
|
/linux-6.12.1/Documentation/admin-guide/mm/ |
D | transhuge.rst | 82 a flood of mmap system calls for every malloc(4k). Optimizing userland
|
/linux-6.12.1/net/netfilter/ |
D | Kconfig | 676 during SYN-flood attacks.
|