Home
last modified time | relevance | path

Searched refs:IFLA_BRPORT_PRIORITY (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/net/bridge/
H A Dbr_netlink.c124 + nla_total_size(2) /* IFLA_BRPORT_PRIORITY */ in br_port_info_size()
183 nla_put_u16(skb, IFLA_BRPORT_PRIORITY, p->priority) || in br_port_fill_attrs()
713 [IFLA_BRPORT_PRIORITY] = { .type = NLA_U16 },
843 if (tb[IFLA_BRPORT_PRIORITY]) { in br_setport()
844 err = br_stp_set_port_priority(p, nla_get_u16(tb[IFLA_BRPORT_PRIORITY])); in br_setport()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_netlink.c174 + nla_total_size(2) /* IFLA_BRPORT_PRIORITY */ in br_port_info_size()
241 nla_put_u16(skb, IFLA_BRPORT_PRIORITY, p->priority) || in br_port_fill_attrs()
879 [IFLA_BRPORT_PRIORITY] = { .type = NLA_U16 },
1007 if (tb[IFLA_BRPORT_PRIORITY]) { in br_setport()
1008 err = br_stp_set_port_priority(p, nla_get_u16(tb[IFLA_BRPORT_PRIORITY])); in br_setport()
/kernel/linux/linux-5.10/tools/include/uapi/linux/
H A Dif_link.h313 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dif_link.h492 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dif_link.h531 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dif_link.h250 IFLA_BRPORT_PRIORITY, enumerator
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dif_link.h505 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dif_link.h250 IFLA_BRPORT_PRIORITY, enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dif_link.h231 IFLA_BRPORT_PRIORITY, enumerator

Completed in 23 milliseconds