Home
last modified time | relevance | path

Searched refs:flood (Results 1 – 18 of 18) sorted by relevance

/linux/sound/soc/sof/
H A DMakefile28 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
H A DKconfig222 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/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l2_drops.sh296 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/drivers/net/ethernet/marvell/prestera/
H A Dprestera.h379 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);
H A Dprestera_hw.h185 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);
H A Dprestera_main.c55 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()
H A Dprestera_hw.c293 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/tools/testing/selftests/net/forwarding/
H A Dlib.sh1359 bridge link set dev $br_port1 flood off
1413 bridge link set dev $br_port1 flood on
1462 bridge link set dev $br_port flood off
1467 bridge link set dev $br_port flood on
1472 log_test "Unknown unicast flood"
1495 log_test "Unregistered multicast flood"
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Dswitch-driver.rst116 $ 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/Documentation/networking/
H A Dswitchdev.rst310 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
H A Dip-sysctl.rst947 overflows. This is to prevent against the common 'SYN flood attack'
952 against legal connection rate. If you see SYN flood warnings
962 SYN flood warnings in logs not being really flooded, your server
H A Dsnmp_counter.rst962 SYN cookies are used to mitigate SYN flood, for details, please refer
/linux/tools/testing/selftests/net/netfilter/
H A Dnft_concat_range.sh1214 flood() { function
1559 flood "${i}" $((i + src_delta)) & flood_pids="${flood_pids} $!"
/linux/net/ipv6/netfilter/
H A DKconfig230 during SYN-flood attacks.
/linux/net/ipv4/netfilter/
H A DKconfig216 during SYN-flood attacks.
/linux/drivers/net/dsa/mv88e6xxx/
H A Dchip.c2556 bool flood; member
2568 if (ctx->flood) in mv88e6xxx_port_broadcast_sync_vlan()
2580 bool flood) in mv88e6xxx_port_broadcast_sync() argument
2584 .flood = flood, in mv88e6xxx_port_broadcast_sync()
/linux/Documentation/admin-guide/mm/
H A Dtranshuge.rst82 a flood of mmap system calls for every malloc(4k). Optimizing userland
/linux/net/netfilter/
H A DKconfig672 during SYN-flood attacks.