| /Linux-v5.15/Documentation/networking/dsa/ |
| D | lan9303.rst | 22 no HW MAC learning takes place in this mode. 24 When both user ports are joined to the same bridge, the normal HW MAC learning
|
| D | dsa.rst | 644 learning. The switch driver is responsible for initial setup of the 645 standalone ports with address learning disabled and egress flooding of all 649 learning should be statically enabled (if supported by the hardware) on the 659 learning on the CPU port, and do not override the port STP state.
|
| /Linux-v5.15/security/tomoyo/ |
| D | Kconfig | 19 int "Default maximal count for learning mode" 25 that are automatically appended into policy at "learning mode". 27 such programs in "learning mode" dulls the system response
|
| D | common.h | 882 struct tomoyo_preference *learning; member
|
| /Linux-v5.15/net/dsa/ |
| D | port.c | 89 (do_fast_age && dp->learning)) { in dsa_port_set_state() 713 bool learning = flags.val & BR_LEARNING; in dsa_port_bridge_flags() local 715 if (learning == dp->learning) in dsa_port_bridge_flags() 718 if ((dp->learning && !learning) && in dsa_port_bridge_flags() 723 dp->learning = learning; in dsa_port_bridge_flags()
|
| /Linux-v5.15/tools/testing/selftests/net/forwarding/ |
| D | bridge_vlan_unaware.sh | 87 learning() function
|
| D | vxlan_bridge_1q.sh | 790 ip link set dev $vx type bridge_slave learning off 800 ip link set dev $vx type bridge_slave learning on 822 ip link set dev vx10 type vxlan learning 824 ip link set dev vx20 type vxlan learning
|
| D | bridge_vlan_aware.sh | 89 learning() function
|
| D | vxlan_bridge_1d.sh | 686 ip link set dev vx1 type vxlan learning 758 ip link set dev vx1 type bridge_slave learning off 767 ip link set dev vx1 type bridge_slave learning on
|
| D | lib.sh | 1188 bridge link set dev $br_port1 learning off 1197 bridge link set dev $br_port1 learning on
|
| /Linux-v5.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/ |
| D | switch-driver.rst | 105 HW FDB learning can be configured on each switch port independently through 106 bridge commands. When the HW learning is disabled, a fast age procedure will be 110 $ bridge link set dev ethX learning off 111 $ bridge link set dev ethX learning on
|
| /Linux-v5.15/drivers/net/ethernet/rocker/ |
| D | rocker.h | 88 bool learning);
|
| D | rocker_main.c | 1333 bool learning = *(bool *)priv; in rocker_cmd_set_port_learning_prep() local 1346 learning)) in rocker_cmd_set_port_learning_prep() 1409 bool learning) in rocker_port_set_learning() argument 1413 &learning, NULL, NULL); in rocker_port_set_learning()
|
| /Linux-v5.15/Documentation/networking/device_drivers/ethernet/neterion/ |
| D | vxge.rst | 110 Enable learning the mac address of the guest OS interface in
|
| /Linux-v5.15/Documentation/networking/ |
| D | vxlan.rst | 19 either dynamically in a manner similar to a learning bridge, or make
|
| D | switchdev.rst | 234 Where val is SWITCHDEV_FDB_ADD when learning and SWITCHDEV_FDB_DEL when 257 bridge link set dev DEV learning off 261 bridge link set dev DEV learning on self 265 the bridge's FDB. It's possible, but not optimal, to enable learning on the 268 To support learning, the driver implements switchdev op
|
| /Linux-v5.15/Documentation/devicetree/bindings/net/ |
| D | keystone-netcp.txt | 125 - enable-ale: NetCP driver keeps the address learning feature in the ethernet 127 learning.
|
| /Linux-v5.15/Documentation/userspace-api/media/rc/ |
| D | lirc-get-features.rst | 149 The driver supports learning mode using
|
| /Linux-v5.15/drivers/s390/net/ |
| D | qeth_l2_sys.c | 351 static DEVICE_ATTR(learning, 0644, qeth_vnicc_char_show, qeth_vnicc_char_store);
|
| /Linux-v5.15/net/bridge/ |
| D | br_sysfs_if.c | 235 BRPORT_ATTR_FLAG(learning, BR_LEARNING);
|
| /Linux-v5.15/Documentation/security/ |
| D | siphash.rst | 106 Read the SipHash paper if you're interested in learning more:
|
| /Linux-v5.15/Documentation/networking/device_drivers/ethernet/ti/ |
| D | cpsw_switchdev.rst | 36 - learning disabled on ports as it make not too much sense for
|
| /Linux-v5.15/drivers/net/ethernet/marvell/prestera/ |
| D | prestera_hw.c | 238 u8 learning; member 1411 .learning = enable, in prestera_hw_port_learning_set()
|
| /Linux-v5.15/drivers/net/dsa/sja1105/ |
| D | sja1105_main.c | 221 dp->learning = true; in sja1105_init_mac_settings() 1988 mac[port].dyn_learn = dp->learning; in sja1105_bridge_stp_state_set() 1993 mac[port].dyn_learn = dp->learning; in sja1105_bridge_stp_state_set()
|
| /Linux-v5.15/include/net/ |
| D | dsa.h | 255 bool learning; member
|