Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/drivers/net/ethernet/microchip/lan966x/
Dlan966x_mac.c186 u32 ageing) in lan966x_mac_set_ageing() argument
188 lan_rmw(ANA_AUTOAGE_AGE_PERIOD_SET(ageing / 2), in lan966x_mac_set_ageing()
Dlan966x_main.h370 u32 ageing);
/Linux-v6.1/Documentation/networking/
Dswitchdev.rst275 The bridge will skip ageing FDB entries marked with NTF_EXT_LEARNED and it is
277 port device supports ageing, when the FDB entry expires, it will notify the
279 device does not support ageing, the driver can simulate ageing using a
282 example of driver running ageing timer.