Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_locked_port.sh50 bridge link set dev $swp1 learning off
187 bridge link set dev $swp1 learning on locked on
195 bridge link set dev $swp1 learning on locked on mab on
212 bridge link set dev $swp1 learning off locked off mab off
226 bridge link set dev $swp1 learning on locked on mab on
244 bridge link set dev $swp1 learning off locked off mab off
256 bridge link set dev $swp1 learning on locked off mab on &> /dev/null
259 bridge link set dev $swp1 learning off locked on mab on &> /dev/null
262 bridge link set dev $swp1 learning on locked on mab on
265 bridge link set dev $swp1 learning off locked off mab off
[all …]
H A Dbridge_vlan_unaware.sh88 learning() function
H A Dvxlan_bridge_1q.sh770 ip link set dev $vx type bridge_slave learning off
780 ip link set dev $vx type bridge_slave learning on
802 ip link set dev vx10 type vxlan learning
804 ip link set dev vx20 type vxlan learning
H 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
H A Dbridge_vlan_aware.sh90 learning() function
H A Dbridge_fdb_learning_limit.sh43 ip link set dev "$swp2" type bridge_slave learning off
H A Dlib.sh1586 bridge link set dev $br_port1 learning off
1595 bridge link set dev $br_port1 learning on
/linux/security/tomoyo/
H A DKconfig17 int "Default maximal count for learning mode"
23 that are automatically appended into policy at "learning mode".
25 such programs in "learning mode" dulls the system response
/linux/Documentation/networking/dsa/
H 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
H A Ddsa.rst771 of FDB entries that is active (can be matched by address learning on RX, or FDB
810 learning is a bridging layer service and this is a standalone port, therefore
811 it would consume useless space. With no address learning, the port private
905 learning etc) disabled, and send all received packets to the CPU port only.
910 learning FDB entries in accordance with the software bridge port's state, and
928 hardware learning on the CPU port, and do not override the port STP state.
961 learning. The switch driver is responsible for initial setup of the
962 standalone ports with address learning disabled and egress flooding of all
966 learning should be statically enabled (if supported by the hardware) on the
972 transitioning from an STP state where learning should take place to an STP
[all …]
/linux/drivers/net/dsa/qca/
H A Dqca8k-common.c568 bool learning) in qca8k_port_configure_learning() argument
572 if (learning) in qca8k_port_configure_learning()
586 bool learning = false; in qca8k_port_stp_state_set() local
601 learning = dp->learning; in qca8k_port_stp_state_set()
604 learning = dp->learning; in qca8k_port_stp_state_set()
614 qca8k_port_configure_learning(ds, port, learning); in qca8k_port_stp_state_set()
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Ddevlink_trap_l2_drops.sh429 bridge link set dev $swp1 learning off
468 bridge link set dev $swp1 learning on
476 bridge link set dev $swp1 learning off
519 bridge link set dev $swp1 learning on
H A Dvxlan_ipv6.sh27 ip link add name vxlan0 up type vxlan id 10 learning $UDPCSUM_FLAFS \
/linux/Documentation/accel/qaic/
H A Dindex.rst7 The accel/qaic driver supports the Qualcomm Cloud AI machine learning
/linux/net/dsa/
H A Dport.c146 (do_fast_age && dp->learning)) { in dsa_port_set_state()
201 if (!(dp->learning && in dsa_port_set_mst_state()
935 bool learning = flags.val & BR_LEARNING; in dsa_port_bridge_flags() local
937 if (learning == dp->learning) in dsa_port_bridge_flags()
940 if ((dp->learning && !learning) && in dsa_port_bridge_flags()
945 dp->learning = learning; in dsa_port_bridge_flags()
/linux/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H 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/drivers/net/ethernet/rocker/
H A Drocker.h88 bool learning);
/linux/Documentation/networking/
H A Dvxlan.rst19 either dynamically in a manner similar to a learning bridge, or make
H A Dswitchdev.rst235 Where val is SWITCHDEV_FDB_ADD when learning and SWITCHDEV_FDB_DEL when
258 bridge link set dev DEV learning off
262 bridge link set dev DEV learning on self
266 the bridge's FDB. It's possible, but not optimal, to enable learning on the
269 To support learning, the driver implements switchdev op
/linux/Documentation/userspace-api/media/rc/
H A Dlirc-get-features.rst137 The driver supports learning mode using
/linux/Documentation/devicetree/bindings/net/
H A Dkeystone-netcp.txt125 - enable-ale: NetCP driver keeps the address learning feature in the ethernet
127 learning.
/linux/drivers/s390/net/
H A Dqeth_l2_sys.c351 static DEVICE_ATTR(learning, 0644, qeth_vnicc_char_show, qeth_vnicc_char_store);
/linux/net/bridge/
H A Dbr_sysfs_if.c235 BRPORT_ATTR_FLAG(learning, BR_LEARNING);
/linux/drivers/net/dsa/
H A Drzn1_a5psw.c463 learning_enabled = dp->learning; in a5psw_port_stp_state_set()
468 learning_enabled = dp->learning; in a5psw_port_stp_state_set()
/linux/Documentation/security/
H A Dsiphash.rst106 Read the SipHash paper if you're interested in learning more:

12