Home
last modified time | relevance | path

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

/linux-4.1.27/net/bridge/
Dbr_netlink.c140 nla_put_u16(skb, IFLA_BRPORT_PRIORITY, p->priority) || in br_port_fill_attrs()
502 [IFLA_BRPORT_PRIORITY] = { .type = NLA_U16 },
570 if (tb[IFLA_BRPORT_PRIORITY]) { in br_setport()
571 err = br_stp_set_port_priority(p, nla_get_u16(tb[IFLA_BRPORT_PRIORITY])); in br_setport()
/linux-4.1.27/include/uapi/linux/
Dif_link.h245 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator