Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/bridge/
Dbr_stp.c138 br->max_age = br->bridge_max_age; in br_become_root_bridge()
175 bpdu.max_age = br->max_age; in br_transmit_config()
179 if (bpdu.message_age < br->max_age) { in br_transmit_config()
197 (p->br->max_age - bpdu->message_age)); in br_record_config_information()
203 br->max_age = bpdu->max_age; in br_record_config_timeout_values()
Dbr_ioctl.c61 b.max_age = br->max_age; in br_ioctl_device()
114 br->max_age = arg0; in br_ioctl_device()
Dbr_private_stp.h30 int max_age; member
Dbr_stp_bpdu.c113 br_set_ticks(buf+32, bpdu->max_age); in br_send_config_bpdu()
185 bpdu.max_age = br_get_ticks(buf+26); in br_stp_handle_bpdu()
Dbr_private.h94 int max_age; member
Dbr_stp_timer.c124 if (br_timer_has_expired(&p->message_age_timer, p->br->max_age)) { in br_check_port_timers()
Dbr_if.c108 br->bridge_max_age = br->max_age = 20 * HZ; in new_nb()
/linux-2.4.37.9/include/linux/
Dif_bridge.h53 __u32 max_age; member