Lines Matching refs:inst
35 struct br_mrp_instance inst;
51 memset(&inst, 0, sizeof(inst));
53 inst.ring_id = nla_get_u32(tb[IFLA_BRIDGE_MRP_INSTANCE_RING_ID]);
54 inst.p_ifindex = nla_get_u32(tb[IFLA_BRIDGE_MRP_INSTANCE_P_IFINDEX]);
55 inst.s_ifindex = nla_get_u32(tb[IFLA_BRIDGE_MRP_INSTANCE_S_IFINDEX]);
56 inst.prio = MRP_DEFAULT_PRIO;
59 inst.prio = nla_get_u16(tb[IFLA_BRIDGE_MRP_INSTANCE_PRIO]);
62 return br_mrp_add(br, &inst);
64 return br_mrp_del(br, &inst);