Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/bridge/
H A 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()
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()
H A Dbr_stp.c42 if (p->flags & BR_MRP_AWARE) in br_set_state()
/OK3568_Linux_fs/kernel/include/linux/
H A Dif_bridge.h56 #define BR_MRP_AWARE BIT(17) macro