Home
last modified time | relevance | path

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

/net/bridge/
Dbr_stp.c159 br->max_age = br->bridge_max_age; in br_become_root_bridge()
198 bpdu.max_age = br->max_age; in br_transmit_config()
202 if (bpdu.message_age < br->max_age) { in br_transmit_config()
223 + (bpdu->max_age - bpdu->message_age)); in br_record_config_information()
230 br->max_age = bpdu->max_age; in br_record_config_timeout_values()
555 br->max_age = br->bridge_max_age; in br_set_max_age()
Dbr_stp_bpdu.c116 br_set_ticks(buf+29, bpdu->max_age); in br_send_config_bpdu()
220 bpdu.max_age = br_get_ticks(buf+26); in br_stp_rcv()
224 if (bpdu.message_age > bpdu.max_age) { in br_stp_rcv()
231 bpdu.message_age, bpdu.max_age); in br_stp_rcv()
Dbr_private_stp.h36 int max_age; member
Dbr_ioctl.c133 b.max_age = jiffies_to_clock_t(br->max_age); in old_dev_ioctl()
Dbr_sysfs_br.c89 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show()
97 static DEVICE_ATTR_RW(max_age);
Dbr_device.c447 br->bridge_max_age = br->max_age = 20 * HZ; in br_dev_setup()
Dbr_private.h354 unsigned long max_age; member
Dbr_netlink.c1392 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
/net/rxrpc/
Dcall_event.c162 ktime_t now, max_age, oldest, ack_ts, timeout, min_timeo; in rxrpc_resend() local
177 max_age = ktime_sub(now, timeout); in rxrpc_resend()
205 if (ktime_after(skb->tstamp, max_age)) { in rxrpc_resend()
218 ktime_to_ns(ktime_sub(skb->tstamp, max_age))); in rxrpc_resend()
/net/bridge/netfilter/
Debt_stp.c36 u8 max_age[2]; member
100 v16 = NR16(stpc->max_age); in ebt_filter_config()