Home
last modified time | relevance | path

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

/Linux-v5.15/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.15/sound/soc/sof/
DKconfig184 bool "SOF enable IPC flood test"
186 This option enables the IPC flood test which can be used to flood
188 Say Y if you want to enable IPC flood test.
/Linux-v5.15/drivers/net/ethernet/marvell/prestera/
Dprestera_hw.c239 u8 flood; member
1419 static int prestera_hw_port_uc_flood_set(struct prestera_port *port, bool flood) in prestera_hw_port_uc_flood_set() argument
1428 .enable = flood, in prestera_hw_port_uc_flood_set()
1437 static int prestera_hw_port_mc_flood_set(struct prestera_port *port, bool flood) in prestera_hw_port_mc_flood_set() argument
1446 .enable = flood, in prestera_hw_port_mc_flood_set()
1455 static int prestera_hw_port_flood_set_v2(struct prestera_port *port, bool flood) in prestera_hw_port_flood_set_v2() argument
1462 .flood = flood, in prestera_hw_port_flood_set_v2()
/Linux-v5.15/tools/testing/selftests/net/forwarding/
Dlib.sh1150 bridge link set dev $br_port1 flood off
1202 bridge link set dev $br_port1 flood on
1249 bridge link set dev $br_port flood off
1254 bridge link set dev $br_port flood on
/Linux-v5.15/drivers/staging/qlge/
DTODO17 * the flow control implementation in firmware is buggy (sends a flood of pause
/Linux-v5.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
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-v5.15/tools/testing/selftests/netfilter/
Dnft_concat_range.sh1102 flood() { function
1246 flood "${i}" $((i + src_delta)) & flood_pids="${flood_pids} $!"
/Linux-v5.15/Documentation/core-api/
Ddma-attributes.rst116 and can actually flood the system logs with error messages that aren't any
Ddma-api.rst760 option, as it can easily flood your logs.
/Linux-v5.15/Documentation/networking/
Dswitchdev.rst309 For a given L2 VLAN domain, the switch device should flood multicast/broadcast
327 If supported by the device, flood control can be offloaded to it, preventing
553 The switch must adhere to RFC 4541 and flood multicast traffic accordingly
Dip-sysctl.rst742 overflows. This is to prevent against the common 'SYN flood attack'
747 against legal connection rate. If you see SYN flood warnings
757 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.15/net/ipv6/netfilter/
DKconfig225 during SYN-flood attacks.
/Linux-v5.15/drivers/tty/serial/
Dpmac_zilog.c309 goto flood; in pmz_receive_chars()
316 flood: in pmz_receive_chars()
/Linux-v5.15/net/ipv4/netfilter/
DKconfig212 during SYN-flood attacks.
/Linux-v5.15/drivers/net/dsa/mv88e6xxx/
Dchip.c2073 bool flood; member
2085 if (ctx->flood) in mv88e6xxx_port_broadcast_sync_vlan()
2097 bool flood) in mv88e6xxx_port_broadcast_sync() argument
2101 .flood = flood, in mv88e6xxx_port_broadcast_sync()
/Linux-v5.15/Documentation/admin-guide/mm/
Dtranshuge.rst69 a flood of mmap system calls for every malloc(4k). Optimizing userland
/Linux-v5.15/net/netfilter/
DKconfig669 during SYN-flood attacks.