Home
last modified time | relevance | path

Searched refs:BR_STATE_LEARNING (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/bridge/
Dbr_stp_timer.c87 p->state = BR_STATE_LEARNING; in br_forward_delay_timer_expired()
89 } else if (p->state == BR_STATE_LEARNING) { in br_forward_delay_timer_expired()
Dbr_input.c139 if (p->state == BR_STATE_LEARNING || in br_handle_frame()
Dbr_stp.c363 p->state == BR_STATE_LEARNING) in br_make_blocking()
389 p->state = BR_STATE_LEARNING; in br_make_forwarding()
/linux-2.4.37.9/include/linux/
Dif_bridge.h44 #define BR_STATE_LEARNING 2 macro