Home
last modified time | relevance | path

Searched refs:max_age (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/net/bridge/
Dbr_stp.c163 br->max_age = br->bridge_max_age; in br_become_root_bridge()
202 bpdu.max_age = br->max_age; in br_transmit_config()
206 if (bpdu.message_age < br->max_age) { in br_transmit_config()
227 + (bpdu->max_age - bpdu->message_age)); in br_record_config_information()
234 br->max_age = bpdu->max_age; in br_record_config_timeout_values()
559 br->max_age = br->bridge_max_age; in br_set_max_age()
Dbr_stp_bpdu.c120 br_set_ticks(buf+29, bpdu->max_age); in br_send_config_bpdu()
225 bpdu.max_age = br_get_ticks(buf+26); in br_stp_rcv()
229 if (bpdu.message_age > bpdu.max_age) { in br_stp_rcv()
236 bpdu.message_age, bpdu.max_age); in br_stp_rcv()
Dbr_private_stp.h40 int max_age; member
Dbr_ioctl.c137 b.max_age = jiffies_to_clock_t(br->max_age); in old_dev_ioctl()
Dbr_sysfs_br.c93 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show()
101 static DEVICE_ATTR_RW(max_age);
Dbr_device.c441 br->bridge_max_age = br->max_age = 20 * HZ; in br_dev_setup()
Dbr_private.h347 unsigned long max_age; member
Dbr_netlink.c1375 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
/Linux-v4.19/net/rxrpc/
Dcall_event.c168 ktime_t now, max_age, oldest, ack_ts, timeout, min_timeo; in rxrpc_resend() local
183 max_age = ktime_sub(now, timeout); in rxrpc_resend()
211 if (ktime_after(skb->tstamp, max_age)) { in rxrpc_resend()
224 ktime_to_ns(ktime_sub(skb->tstamp, max_age))); in rxrpc_resend()
/Linux-v4.19/net/bridge/netfilter/
Debt_stp.c35 u8 max_age[2]; member
99 v16 = NR16(stpc->max_age); in ebt_filter_config()
/Linux-v4.19/include/uapi/linux/
Dif_bridge.h59 __u32 max_age; member
/Linux-v4.19/drivers/md/
Ddm-bufio.c1801 unsigned max_age = READ_ONCE(dm_bufio_max_age); in get_max_age_hz() local
1803 if (max_age > UINT_MAX / HZ) in get_max_age_hz()
1804 max_age = UINT_MAX / HZ; in get_max_age_hz()
1806 return max_age * HZ; in get_max_age_hz()