Searched refs:BR_MRP_AWARE (Results 1 – 3 of 3) sorted by relevance
457 p->flags &= ~BR_MRP_AWARE; in br_mrp_del_impl()469 p->flags &= ~BR_MRP_AWARE; in br_mrp_del_impl()481 p->flags &= ~BR_MRP_AWARE; in br_mrp_del_impl()529 p->flags |= BR_MRP_AWARE; in br_mrp_add()536 p->flags |= BR_MRP_AWARE; in br_mrp_add()596 if (!p || !(p->flags & BR_MRP_AWARE)) in br_mrp_set_port_state()622 if (!p || !(p->flags & BR_MRP_AWARE)) in br_mrp_set_port_role()787 p->flags &= ~BR_MRP_AWARE; in br_mrp_set_in_role()812 p->flags |= BR_MRP_AWARE; in br_mrp_set_in_role()1249 if (likely(!(p->flags & BR_MRP_AWARE))) in br_mrp_process()
42 if (p->flags & BR_MRP_AWARE) in br_set_state()
57 #define BR_MRP_AWARE BIT(17) macro