Home
last modified time | relevance | path

Searched refs:ageing (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/tools/testing/selftests/net/forwarding/
Dvxlan_bridge_1q.sh801 ip link set dev vx10 type vxlan ageing 10
803 ip link set dev vx20 type vxlan ageing 10
821 ip link set dev vx20 type vxlan ageing 300
823 ip link set dev vx10 type vxlan ageing 300
Dvxlan_bridge_1d.sh685 ip link set dev vx1 type vxlan ageing 10
780 ip link set dev vx1 type vxlan ageing 300
/linux-5.19.10/drivers/net/ethernet/microchip/lan966x/
Dlan966x_mac.c164 u32 ageing) in lan966x_mac_set_ageing() argument
166 lan_rmw(ANA_AUTOAGE_AGE_PERIOD_SET(ageing / 2), in lan966x_mac_set_ageing()
Dlan966x_main.h340 u32 ageing);
/linux-5.19.10/Documentation/networking/
Dswitchdev.rst274 The bridge will skip ageing FDB entries marked with NTF_EXT_LEARNED and it is
276 port device supports ageing, when the FDB entry expires, it will notify the
278 device does not support ageing, the driver can simulate ageing using a
281 example of driver running ageing timer.