Home
last modified time | relevance | path

Searched refs:ageing_time (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/net/bridge/
Dbr_ioctl.c145 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()
Dbr_netlink.c781 u32 ageing_time = nla_get_u32(data[IFLA_BR_AGEING_TIME]); in br_changelink() local
783 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() local
825 nla_put_u32(skb, IFLA_BR_AGEING_TIME, ageing_time) || in br_fill_info()
Dbr_sysfs_br.c100 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);
Dbr_device.c402 br->ageing_time = 300 * HZ; in br_dev_setup()
Dbr_fdb.c64 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()
Dbr_private.h233 unsigned long ageing_time; member
/linux-4.1.27/include/uapi/linux/
Dif_bridge.h68 __u32 ageing_time; member
/linux-4.1.27/drivers/net/
Dtun.c202 unsigned long ageing_time; member
299 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()