/kernel/linux/linux-5.10/net/dsa/ |
H A D | switch.c | 18 unsigned int ageing_time) in dsa_switch_fastest_ageing_time() 25 if (dp->ageing_time && dp->ageing_time < ageing_time) in dsa_switch_fastest_ageing_time() 26 ageing_time = dp->ageing_time; in dsa_switch_fastest_ageing_time() 29 return ageing_time; in dsa_switch_fastest_ageing_time() 35 unsigned int ageing_time = info->ageing_time; in dsa_switch_ageing_time() local 39 if (ds->ageing_time_min && ageing_time < d in dsa_switch_ageing_time() 17 dsa_switch_fastest_ageing_time(struct dsa_switch *ds, unsigned int ageing_time) dsa_switch_fastest_ageing_time() argument [all...] |
H A D | port.c | 321 unsigned int ageing_time = jiffies_to_msecs(ageing_jiffies); in dsa_port_ageing_time() local 323 .ageing_time = ageing_time, in dsa_port_ageing_time() 330 dp->ageing_time = ageing_time; in dsa_port_ageing_time()
|
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/ |
H A D | bridge_vlan_aware.sh | 32 ip link add dev br0 type bridge vlan_filtering 1 ageing_time 1000 \ 115 local ageing_time 127 ageing_time=$(bridge_ageing_time_get br0) 128 sleep $((ageing_time + 10))
|
H A D | lib.sh | 735 local ageing_time 738 ageing_time=$(ip -j -d link show dev $bridge \ 739 | jq '.[]["linkinfo"]["info_data"]["ageing_time"]') 740 echo $((ageing_time / 100)) 1069 local ageing_time 1112 ageing_time=$(bridge_ageing_time_get $bridge) 1113 sleep $((ageing_time + 10))
|
H A D | bridge_vlan_unaware.sh | 31 ip link add dev br0 type bridge ageing_time 1000 mcast_snooping 0
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/ |
H A D | bridge_vlan_aware.sh | 33 ageing_time $LOW_AGEING_TIME \ 116 local ageing_time 128 ageing_time=$(bridge_ageing_time_get br0) 129 sleep $((ageing_time + 10))
|
H A D | bridge_vlan_unaware.sh | 31 ageing_time $LOW_AGEING_TIME \
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/ |
H A D | bridge_vlan_aware.sh | 33 ageing_time $LOW_AGEING_TIME \ 116 local ageing_time 128 ageing_time=$(bridge_ageing_time_get br0) 129 sleep $((ageing_time + 10))
|
H A D | bridge_vlan_unaware.sh | 31 ageing_time $LOW_AGEING_TIME \
|
/kernel/linux/linux-6.6/net/dsa/ |
H A D | switch.c | 24 unsigned int ageing_time) in dsa_switch_fastest_ageing_time() 29 if (dp->ageing_time && dp->ageing_time < ageing_time) in dsa_switch_fastest_ageing_time() 30 ageing_time = dp->ageing_time; in dsa_switch_fastest_ageing_time() 32 return ageing_time; in dsa_switch_fastest_ageing_time() 38 unsigned int ageing_time = info->ageing_time; in dsa_switch_ageing_time() local 40 if (ds->ageing_time_min && ageing_time < d in dsa_switch_ageing_time() 23 dsa_switch_fastest_ageing_time(struct dsa_switch *ds, unsigned int ageing_time) dsa_switch_fastest_ageing_time() argument [all...] |
H A D | switch.h | 42 unsigned int ageing_time; member
|
/kernel/linux/linux-6.6/net/bridge/ |
H A D | br_stp.c | 610 .u.ageing_time = jiffies_to_clock_t(t), in __set_ageing_time() 629 int br_set_ageing_time(struct net_bridge *br, clock_t ageing_time) in br_set_ageing_time() argument 631 unsigned long t = clock_t_to_jiffies(ageing_time); in br_set_ageing_time() 640 br->ageing_time = t; in br_set_ageing_time() 657 return jiffies_to_clock_t(br->ageing_time); in br_get_ageing_time() 684 br->ageing_time = t; in __br_set_topology_change()
|
H A D | br_ioctl.c | 182 b.ageing_time = jiffies_to_clock_t(br->ageing_time); in br_dev_siocdevprivate()
|
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_stp.c | 590 .u.ageing_time = jiffies_to_clock_t(t), in __set_ageing_time() 609 int br_set_ageing_time(struct net_bridge *br, clock_t ageing_time) in br_set_ageing_time() argument 611 unsigned long t = clock_t_to_jiffies(ageing_time); in br_set_ageing_time() 620 br->ageing_time = t; in br_set_ageing_time() 651 br->ageing_time = t; in __br_set_topology_change()
|
H A D | br_ioctl.c | 144 b.ageing_time = jiffies_to_clock_t(br->ageing_time); in old_dev_ioctl()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/ |
H A D | ice_eswitch_br.h | 65 unsigned long ageing_time; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/ |
H A D | lan966x_switchdev.c | 181 u32 ageing_time = jiffies_to_msecs(ageing_jiffies) / 1000; in lan966x_port_ageing_set() local 183 lan966x_mac_set_ageing(port->lan966x, ageing_time); in lan966x_port_ageing_set() 229 lan966x_port_ageing_set(port, attr->u.ageing_time); in lan966x_port_attr_set()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 189 unsigned long ageing_time; member 202 unsigned long ageing_time; member 1988 unsigned long next_timer = jiffies + ofdpa->ageing_time; in ofdpa_fdb_cleanup() 2001 expires = entry->touched + ofdpa_port->ageing_time; in ofdpa_fdb_cleanup() 2370 ofdpa->ageing_time = BR_DEFAULT_AGEING_TIME; in ofdpa_init() 2427 ofdpa_port->ageing_time = BR_DEFAULT_AGEING_TIME; in ofdpa_port_pre_init() 2523 u32 ageing_time, in ofdpa_port_attr_bridge_ageing_time_set() 2530 ofdpa_port->ageing_time = clock_t_to_jiffies(ageing_time); in ofdpa_port_attr_bridge_ageing_time_set() 2531 if (ofdpa_port->ageing_time < ofdp in ofdpa_port_attr_bridge_ageing_time_set() 2522 ofdpa_port_attr_bridge_ageing_time_set(struct rocker_port *rocker_port, u32 ageing_time, struct switchdev_trans *trans) ofdpa_port_attr_bridge_ageing_time_set() argument [all...] |
H A D | rocker.h | 113 u32 ageing_time,
|
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 189 unsigned long ageing_time; member 202 unsigned long ageing_time; member 1989 unsigned long next_timer = jiffies + ofdpa->ageing_time; in ofdpa_fdb_cleanup() 2002 expires = entry->touched + ofdpa_port->ageing_time; in ofdpa_fdb_cleanup() 2371 ofdpa->ageing_time = BR_DEFAULT_AGEING_TIME; in ofdpa_init() 2428 ofdpa_port->ageing_time = BR_DEFAULT_AGEING_TIME; in ofdpa_port_pre_init() 2520 u32 ageing_time) in ofdpa_port_attr_bridge_ageing_time_set() 2525 ofdpa_port->ageing_time = clock_t_to_jiffies(ageing_time); in ofdpa_port_attr_bridge_ageing_time_set() 2526 if (ofdpa_port->ageing_time < ofdp in ofdpa_port_attr_bridge_ageing_time_set() 2519 ofdpa_port_attr_bridge_ageing_time_set(struct rocker_port *rocker_port, u32 ageing_time) ofdpa_port_attr_bridge_ageing_time_set() argument [all...] |
H A D | rocker.h | 112 u32 ageing_time);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/ |
H A D | bridge.h | 75 int mlx5_esw_bridge_ageing_time_set(u16 vport_num, u16 esw_owner_vhca_id, unsigned long ageing_time,
|
H A D | bridge_priv.h | 218 unsigned long ageing_time; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_switchdev.c | 89 u32 ageing_time = jiffies_to_msecs(ageing_jiffies); in sparx5_port_attr_ageing_set() local 91 sparx5_set_ageing(port->sparx5, ageing_time); in sparx5_port_attr_ageing_set() 142 sparx5_port_attr_ageing_set(port, attr->u.ageing_time); in sparx5_port_attr_set()
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_bridge.h | 55 __u32 ageing_time; member
|