Home
last modified time | relevance | path

Searched refs:bif_config_pending (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/net/bridge/
H A Dbridgestp.c206 bif->bif_config_pending = 1; in bstp_transmit_config()
237 bif->bif_config_pending = 0; in bstp_transmit_config()
671 bif->bif_config_pending = 0; in bstp_port_state_selection()
678 bif->bif_config_pending = 0; in bstp_port_state_selection()
1106 if (bif->bif_config_pending) in bstp_hold_timer_expiry()
1272 bif->bif_config_pending = 0; in bstp_initialize_port()
1321 bif->bif_config_pending = 0; in bstp_disable_port()
H A Dif_bridgevar.h296 #define bif_config_pending bif_info->bifi_config_pending macro