Searched refs:BR_STATE_BLOCKING (Results 1 – 5 of 5) sorted by relevance
29 [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()
167 if (new_state > BR_STATE_BLOCKING) in br_rtm_setlink()
37 p->state = BR_STATE_BLOCKING; in br_init_port()
868 port->state == BR_STATE_BLOCKING) in br_multicast_port_query_expired()1792 port->state == BR_STATE_BLOCKING) in br_multicast_toggle()
50 #define BR_STATE_BLOCKING 4 macro