Home
last modified time | relevance | path

Searched refs:BR_STATE_BLOCKING (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/net/bridge/
Dbr_stp.c361 p->state != BR_STATE_BLOCKING) { in br_make_blocking()
369 p->state = BR_STATE_BLOCKING; in br_make_blocking()
377 if (p->state == BR_STATE_BLOCKING) { in br_make_forwarding()
Dbr_stp_if.c33 p->state = BR_STATE_BLOCKING; in br_init_port()
/linux-2.4.37.9/include/linux/
Dif_bridge.h46 #define BR_STATE_BLOCKING 4 macro