Searched refs:IFLA_BRPORT_COST (Results 1 – 2 of 2) sorted by relevance
113 [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()
306 IFLA_BRPORT_COST, /* " cost */ enumerator