Home
last modified time | relevance | path

Searched refs:learning (Results 1 – 25 of 35) sorted by relevance

12

/linux/security/tomoyo/
A DKconfig19 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
A Dcommon.h882 struct tomoyo_preference *learning; member
/linux/Documentation/networking/dsa/
A Dlan9303.rst22 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
A Ddsa.rst644 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/net/dsa/
A Dport.c89 (do_fast_age && dp->learning)) { in dsa_port_set_state()
712 bool learning = flags.val & BR_LEARNING; in dsa_port_bridge_flags() local
714 if (learning == dp->learning) in dsa_port_bridge_flags()
717 if ((dp->learning && !learning) && in dsa_port_bridge_flags()
722 dp->learning = learning; in dsa_port_bridge_flags()
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
A Dswitch-driver.rst105 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/tools/testing/selftests/net/forwarding/
A Dbridge_vlan_unaware.sh87 learning() function
A Dvxlan_bridge_1q.sh790 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
A Dvxlan_bridge_1d.sh686 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
A Dbridge_vlan_aware.sh89 learning() function
A Dlib.sh1203 bridge link set dev $br_port1 learning off
1212 bridge link set dev $br_port1 learning on
/linux/drivers/net/ethernet/rocker/
A Drocker.h88 bool learning);
A Drocker_main.c1333 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/Documentation/networking/device_drivers/ethernet/neterion/
A Dvxge.rst110 Enable learning the mac address of the guest OS interface in
/linux/Documentation/networking/
A Dvxlan.rst19 either dynamically in a manner similar to a learning bridge, or make
A Dswitchdev.rst234 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/Documentation/devicetree/bindings/net/
A Dkeystone-netcp.txt125 - enable-ale: NetCP driver keeps the address learning feature in the ethernet
127 learning.
/linux/Documentation/userspace-api/media/rc/
A Dlirc-get-features.rst149 The driver supports learning mode using
/linux/drivers/s390/net/
A Dqeth_l2_sys.c351 static DEVICE_ATTR(learning, 0644, qeth_vnicc_char_show, qeth_vnicc_char_store);
/linux/net/bridge/
A Dbr_sysfs_if.c235 BRPORT_ATTR_FLAG(learning, BR_LEARNING);
/linux/Documentation/security/
A Dsiphash.rst106 Read the SipHash paper if you're interested in learning more:
/linux/Documentation/networking/device_drivers/ethernet/ti/
A Dcpsw_switchdev.rst36 - learning disabled on ports as it make not too much sense for
/linux/drivers/net/dsa/sja1105/
A Dsja1105_main.c235 dp->learning = true; in sja1105_init_mac_settings()
2059 mac[port].dyn_learn = dp->learning; in sja1105_bridge_stp_state_set()
2064 mac[port].dyn_learn = dp->learning; in sja1105_bridge_stp_state_set()
/linux/drivers/net/ethernet/marvell/prestera/
A Dprestera_hw.c246 u8 learning; member
1452 .learning = enable, in prestera_hw_port_learning_set()
/linux/include/net/
A Ddsa.h257 bool learning; member

Completed in 60 milliseconds

12