Home
last modified time | relevance | path

Searched refs:ageing_time (Results 1 - 25 of 76) sorted by relevance

1234

/kernel/linux/linux-5.10/net/dsa/
H A Dswitch.c18 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 Dport.c321 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 Dbridge_vlan_aware.sh32 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 Dlib.sh735 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 Dbridge_vlan_unaware.sh31 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 Dbridge_vlan_aware.sh33 ageing_time $LOW_AGEING_TIME \
116 local ageing_time
128 ageing_time=$(bridge_ageing_time_get br0)
129 sleep $((ageing_time + 10))
H A Dbridge_vlan_unaware.sh31 ageing_time $LOW_AGEING_TIME \
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H A Dbridge_vlan_aware.sh33 ageing_time $LOW_AGEING_TIME \
116 local ageing_time
128 ageing_time=$(bridge_ageing_time_get br0)
129 sleep $((ageing_time + 10))
H A Dbridge_vlan_unaware.sh31 ageing_time $LOW_AGEING_TIME \
/kernel/linux/linux-6.6/net/dsa/
H A Dswitch.c24 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 Dswitch.h42 unsigned int ageing_time; member
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_stp.c610 .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 Dbr_ioctl.c182 b.ageing_time = jiffies_to_clock_t(br->ageing_time); in br_dev_siocdevprivate()
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_stp.c590 .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 Dbr_ioctl.c144 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 Dice_eswitch_br.h65 unsigned long ageing_time; member
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/lan966x/
H A Dlan966x_switchdev.c181 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 Drocker_ofdpa.c189 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 Drocker.h113 u32 ageing_time,
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/
H A Drocker_ofdpa.c189 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 Drocker.h112 u32 ageing_time);
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dbridge.h75 int mlx5_esw_bridge_ageing_time_set(u16 vport_num, u16 esw_owner_vhca_id, unsigned long ageing_time,
H A Dbridge_priv.h218 unsigned long ageing_time; member
/kernel/linux/linux-6.6/drivers/net/ethernet/microchip/sparx5/
H A Dsparx5_switchdev.c89 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 Dif_bridge.h55 __u32 ageing_time; member

Completed in 20 milliseconds

1234