Searched refs:IFLA_BRPORT_PRIORITY (Results 1 – 2 of 2) sorted by relevance
112 [IFLA_BRPORT_PRIORITY] = { .type = NLA_U16 },159 if (br_attrs[IFLA_BRPORT_PRIORITY]) { in bridge_parse_protinfo()160 bd->b_priority = nla_get_u16(br_attrs[IFLA_BRPORT_PRIORITY]); in bridge_parse_protinfo()299 NLA_PUT_U16(msg, IFLA_BRPORT_PRIORITY, bd->b_priority); in bridge_fill_pi()
305 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator