Home
last modified time | relevance | path

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

/Linux-v5.10/net/bridge/
Dbr_mrp.c416 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()
547 if (!p || !(p->flags & BR_MRP_AWARE)) in br_mrp_set_port_state()
572 if (!p || !(p->flags & BR_MRP_AWARE)) in br_mrp_set_port_role()
734 p->flags &= ~BR_MRP_AWARE; in br_mrp_set_in_role()
759 p->flags |= BR_MRP_AWARE; in br_mrp_set_in_role()
1178 if (likely(!(p->flags & BR_MRP_AWARE))) in br_mrp_process()
Dbr_stp.c42 if (p->flags & BR_MRP_AWARE) in br_set_state()
/Linux-v5.10/include/linux/
Dif_bridge.h56 #define BR_MRP_AWARE BIT(17) macro