Home
last modified time | relevance | path

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

/linux-2.6.39/net/bridge/
Dbr_stp.c29 [BR_STATE_BLOCKING] = "blocking",
359 p->state != BR_STATE_BLOCKING) { in br_make_blocking()
364 p->state = BR_STATE_BLOCKING; in br_make_blocking()
375 if (p->state != BR_STATE_BLOCKING) in br_make_forwarding()
Dbr_netlink.c167 if (new_state > BR_STATE_BLOCKING) in br_rtm_setlink()
Dbr_stp_if.c37 p->state = BR_STATE_BLOCKING; in br_init_port()
Dbr_multicast.c868 port->state == BR_STATE_BLOCKING) in br_multicast_port_query_expired()
1792 port->state == BR_STATE_BLOCKING) in br_multicast_toggle()
/linux-2.6.39/include/linux/
Dif_bridge.h50 #define BR_STATE_BLOCKING 4 macro