Home
last modified time | relevance | path

Searched refs:IFLA_BRPORT_PRIORITY (Results 1 – 2 of 2) sorted by relevance

/third_party/libnl/lib/route/link/
Dbridge.c112 [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()
/third_party/libnl/include/linux-private/linux/
Dif_link.h305 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator