Home
last modified time | relevance | path

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

/net/bridge/
Dbr_stp.c149 br->max_age = br->bridge_max_age; in br_become_root_bridge()
188 bpdu.max_age = br->max_age; in br_transmit_config()
192 if (bpdu.message_age < br->max_age) { in br_transmit_config()
212 + (p->br->max_age - bpdu->message_age)); in br_record_config_information()
219 br->max_age = bpdu->max_age; in br_record_config_timeout_values()
541 br->max_age = br->bridge_max_age; in br_set_max_age()
Dbr_stp_bpdu.c113 br_set_ticks(buf+29, bpdu->max_age); in br_send_config_bpdu()
218 bpdu.max_age = br_get_ticks(buf+26); in br_stp_rcv()
222 if (bpdu.message_age > bpdu.max_age) { in br_stp_rcv()
229 bpdu.message_age, bpdu.max_age); in br_stp_rcv()
Dbr_private_stp.h40 int max_age; member
Dbr_ioctl.c134 b.max_age = jiffies_to_clock_t(br->max_age); in old_dev_ioctl()
Dbr_device.c371 br->bridge_max_age = br->max_age = 20 * HZ; in br_dev_setup()
Dbr_sysfs_br.c88 jiffies_to_clock_t(to_bridge(d)->max_age)); in show_max_age()
96 static DEVICE_ATTR(max_age, S_IRUGO | S_IWUSR, show_max_age, store_max_age);
Dbr_private.h227 unsigned long max_age; member
/net/bridge/netfilter/
Debt_stp.c35 uint8_t max_age[2]; member
102 v16 = NR16(stpc->max_age); in ebt_filter_config()