Searched refs:IFLA_BRPORT_PRIORITY (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/ |
H A D | br_netlink.c | 124 + 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 D | br_netlink.c | 174 + 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 D | if_link.h | 313 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | if_link.h | 492 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | if_link.h | 531 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | if_link.h | 250 IFLA_BRPORT_PRIORITY, enumerator
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | if_link.h | 505 IFLA_BRPORT_PRIORITY, /* " priority */ enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | if_link.h | 250 IFLA_BRPORT_PRIORITY, enumerator
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | if_link.h | 231 IFLA_BRPORT_PRIORITY, enumerator
|
Completed in 23 milliseconds