Home
last modified time | relevance | path

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

/third_party/libnl/lib/route/link/
Dbridge.c113 [IFLA_BRPORT_COST] = { .type = NLA_U32 },
164 if (br_attrs[IFLA_BRPORT_COST]) { in bridge_parse_protinfo()
165 bd->b_cost = nla_get_u32(br_attrs[IFLA_BRPORT_COST]); in bridge_parse_protinfo()
296 NLA_PUT_U32(msg, IFLA_BRPORT_COST, bd->b_cost); in bridge_fill_pi()
/third_party/libnl/include/linux-private/linux/
Dif_link.h306 IFLA_BRPORT_COST, /* " cost */ enumerator