Searched refs:ageing_time (Results 1 – 8 of 8) sorted by relevance
145 b.ageing_time = jiffies_to_clock_t(br->ageing_time); in old_dev_ioctl()203 br->ageing_time = clock_t_to_jiffies(args[1]); in old_dev_ioctl()
781 u32 ageing_time = nla_get_u32(data[IFLA_BR_AGEING_TIME]); in br_changelink() local783 br->ageing_time = clock_t_to_jiffies(ageing_time); in br_changelink()818 u32 ageing_time = jiffies_to_clock_t(br->ageing_time); in br_fill_info() local825 nla_put_u32(skb, IFLA_BR_AGEING_TIME, ageing_time) || in br_fill_info()
100 return sprintf(buf, "%lu\n", jiffies_to_clock_t(br->ageing_time)); in ageing_time_show()105 br->ageing_time = clock_t_to_jiffies(val); in set_ageing_time()115 static DEVICE_ATTR_RW(ageing_time);
402 br->ageing_time = 300 * HZ; in br_dev_setup()
64 return br->topology_change ? br->forward_delay : br->ageing_time; in hold_time()273 unsigned long next_timer = jiffies + br->ageing_time; in br_fdb_cleanup()
233 unsigned long ageing_time; member
68 __u32 ageing_time; member
202 unsigned long ageing_time; member299 unsigned long delay = tun->ageing_time; in tun_flow_cleanup()332 unsigned long delay = tun->ageing_time; in tun_flow_update()922 tun->ageing_time = TUN_FLOW_EXPIRE; in tun_flow_init()925 round_jiffies_up(jiffies + tun->ageing_time)); in tun_flow_init()