Searched refs:BR_MRP_AWARE (Results 1 – 3 of 3) sorted by relevance
416 p->flags &= ~BR_MRP_AWARE; in br_mrp_del_impl()428 p->flags &= ~BR_MRP_AWARE; in br_mrp_del_impl()440 p->flags &= ~BR_MRP_AWARE; in br_mrp_del_impl()485 p->flags |= BR_MRP_AWARE; in br_mrp_add()492 p->flags |= BR_MRP_AWARE; in br_mrp_add()549 if (!p || !(p->flags & BR_MRP_AWARE)) in br_mrp_set_port_state()575 if (!p || !(p->flags & BR_MRP_AWARE)) in br_mrp_set_port_role()735 p->flags &= ~BR_MRP_AWARE; in br_mrp_set_in_role()760 p->flags |= BR_MRP_AWARE; in br_mrp_set_in_role()1179 if (likely(!(p->flags & BR_MRP_AWARE))) in br_mrp_process()
42 if (p->flags & BR_MRP_AWARE) in br_set_state()
56 #define BR_MRP_AWARE BIT(17) macro