Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/
Ddevlink_trap_l2_drops.sh295 ip link set dev $swp1 type bridge_slave flood off
296 ip link set dev $swp2 type bridge_slave flood off
309 ip link set dev $swp2 type bridge_slave flood on
326 ip link set dev $swp1 type bridge_slave flood on
387 ip link set dev $swp2 type bridge_slave flood off
400 ip link set dev $swp2 type bridge_slave flood on
/Linux-v5.10/drivers/staging/fsl-dpaa2/ethsw/
Dethsw.h53 bool flood; member
Dethsw.c197 port_priv->flood = enable; in dpaa2_switch_port_set_flood()
1709 port_priv->flood = true; in dpaa2_switch_probe_port()
/Linux-v5.10/sound/soc/sof/
DKconfig168 bool "SOF enable IPC flood test"
170 This option enables the IPC flood test which can be used to flood
172 Say Y if you want to enable IPC flood test.
/Linux-v5.10/tools/testing/selftests/net/forwarding/
Dlib.sh1056 bridge link set dev $br_port1 flood off
1108 bridge link set dev $br_port1 flood on
1155 bridge link set dev $br_port flood off
1160 bridge link set dev $br_port flood on
/Linux-v5.10/drivers/net/ethernet/marvell/prestera/
Dprestera_hw.h141 int prestera_hw_port_flood_set(struct prestera_port *port, bool flood);
Dprestera_hw.c199 u8 flood; member
991 int prestera_hw_port_flood_set(struct prestera_port *port, bool flood) in prestera_hw_port_flood_set() argument
998 .flood = flood, in prestera_hw_port_flood_set()
/Linux-v5.10/drivers/staging/qlge/
DTODO23 * the flow control implementation in firmware is buggy (sends a flood of pause
/Linux-v5.10/tools/testing/selftests/netfilter/
Dnft_concat_range.sh1102 flood() { function
1246 flood "${i}" $((i + src_delta)) & flood_pids="${flood_pids} $!"
/Linux-v5.10/Documentation/core-api/
Ddma-attributes.rst116 and can actually flood the system logs with error messages that aren't any
Ddma-api.rst691 option, as it can easily flood your logs.
/Linux-v5.10/Documentation/networking/
Dswitchdev.rst286 For a given L2 VLAN domain, the switch device should flood multicast/broadcast
304 If supported by the device, flood control can be offloaded to it, preventing
Dip-sysctl.rst693 overflows. This is to prevent against the common 'SYN flood attack'
698 against legal connection rate. If you see SYN flood warnings
708 SYN flood warnings in logs not being really flooded, your server
Dsnmp_counter.rst966 SYN cookies are used to mitigate SYN flood, for details, please refer
/Linux-v5.10/net/ipv6/netfilter/
DKconfig222 during SYN-flood attacks.
/Linux-v5.10/net/ipv4/netfilter/
DKconfig206 during SYN-flood attacks.
/Linux-v5.10/drivers/tty/serial/
Dpmac_zilog.c309 goto flood; in pmz_receive_chars()
316 flood: in pmz_receive_chars()
/Linux-v5.10/drivers/net/dsa/mv88e6xxx/
Dchip.c2410 bool flood; in mv88e6xxx_setup_egress_floods() local
2413 flood = dsa_is_cpu_port(ds, port) || dsa_is_dsa_port(ds, port); in mv88e6xxx_setup_egress_floods()
2416 flood, flood); in mv88e6xxx_setup_egress_floods()
/Linux-v5.10/Documentation/admin-guide/mm/
Dtranshuge.rst69 a flood of mmap system calls for every malloc(4k). Optimizing userland
/Linux-v5.10/net/netfilter/
DKconfig654 during SYN-flood attacks.