Lines Matching defs:bstp_port
325 struct bstp_port { struct
327 unsigned int bp_ifindex; /* parent interface index */
328 struct bstp_state *bp_bs;
329 struct task bp_ltask; /* if linkstate hook */
330 u_int8_t bp_active;
331 u_int8_t bp_protover;
332 u_int32_t bp_flags;
333 u_int32_t bp_path_cost;
334 u_int16_t bp_port_msg_age;
335 u_int16_t bp_port_max_age;
336 u_int16_t bp_port_fdelay;
337 u_int16_t bp_port_htime;
338 u_int16_t bp_desg_msg_age;
339 u_int16_t bp_desg_max_age;
340 u_int16_t bp_desg_fdelay;
341 u_int16_t bp_desg_htime;
342 struct bstp_timer bp_edge_delay_timer;
343 struct bstp_timer bp_forward_delay_timer;
344 struct bstp_timer bp_hello_timer;
345 struct bstp_timer bp_message_age_timer;
346 struct bstp_timer bp_migrate_delay_timer;
347 struct bstp_timer bp_recent_backup_timer;
348 struct bstp_timer bp_recent_root_timer;
349 struct bstp_timer bp_tc_timer;
350 struct bstp_config_unit bp_msg_cu;
351 struct bstp_pri_vector bp_desg_pv;
352 struct bstp_pri_vector bp_port_pv;
353 u_int16_t bp_port_id;
354 u_int8_t bp_state;
355 u_int8_t bp_tcstate;
356 u_int8_t bp_role;
357 u_int8_t bp_infois;
358 u_int8_t bp_tc_ack;
359 u_int8_t bp_tc_prop;
360 u_int8_t bp_fdbflush;
361 u_int8_t bp_priority;
385 struct bstp_port *bs_root_port; argument