Home
last modified time | relevance | path

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

/linux-6.6.21/net/bridge/
Dbr_mrp.c457 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()
Dbr_stp.c42 if (p->flags & BR_MRP_AWARE) in br_set_state()
/linux-6.6.21/include/linux/
Dif_bridge.h57 #define BR_MRP_AWARE BIT(17) macro