Home
last modified time | relevance | path

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

/net/bridge/
A Dbr_stp.c197 br->max_age = br->bridge_max_age; in br_become_root_bridge()
236 bpdu.max_age = br->max_age; in br_transmit_config()
240 if (bpdu.message_age < br->max_age) { in br_transmit_config()
261 + (bpdu->max_age - bpdu->message_age)); in br_record_config_information()
268 br->max_age = bpdu->max_age; in br_record_config_timeout_values()
597 br->max_age = br->bridge_max_age; in br_set_max_age()
A Dbr_stp_bpdu.c116 br_set_ticks(buf+29, bpdu->max_age); in br_send_config_bpdu()
224 bpdu.max_age = br_get_ticks(buf+26); in br_stp_rcv()
228 if (bpdu.message_age > bpdu.max_age) { in br_stp_rcv()
235 bpdu.message_age, bpdu.max_age); in br_stp_rcv()
A Dbr_private_stp.h36 int max_age; member
A Dbr_ioctl.c171 b.max_age = jiffies_to_clock_t(br->max_age); in br_dev_siocdevprivate()
A Dbr_sysfs_br.c112 jiffies_to_clock_t(to_bridge(d)->max_age)); in max_age_show()
126 static DEVICE_ATTR_RW(max_age);
A Dbr_device.c525 br->bridge_max_age = br->max_age = 20 * HZ; in br_dev_setup()
A Dbr_netlink.c1645 u32 age_time = jiffies_to_clock_t(br->max_age); in br_fill_info()
A Dbr_private.h521 unsigned long max_age; member
/net/bridge/netfilter/
A Debt_stp.c35 u8 max_age[2]; member
99 v16 = NR16(stpc->max_age); in ebt_filter_config()

Completed in 23 milliseconds