Searched refs:IFLA_BRPORT_COST (Results 1 - 3 of 3) sorted by relevance

/linux-master/net/bridge/
H A Dbr_netlink.c175 + nla_total_size(4) /* IFLA_BRPORT_COST */
242 nla_put_u32(skb, IFLA_BRPORT_COST, p->path_cost) ||
879 [IFLA_BRPORT_COST] = { .type = NLA_U32 },
1002 if (tb[IFLA_BRPORT_COST]) {
1003 err = br_stp_set_path_cost(p, nla_get_u32(tb[IFLA_BRPORT_COST]));
/linux-master/include/uapi/linux/
H A Dif_link.h844 * @IFLA_BRPORT_COST
1055 IFLA_BRPORT_COST, /* " cost */ enumerator in enum:__anon2737
/linux-master/tools/include/uapi/linux/
H A Dif_link.h532 IFLA_BRPORT_COST, /* " cost */ enumerator in enum:__anon3259

Completed in 143 milliseconds