IFLA_BR_PRIORITY 1013 net/bridge/br_netlink.c 	[IFLA_BR_PRIORITY] = { .type = NLA_U16 },
IFLA_BR_PRIORITY 1086 net/bridge/br_netlink.c 	if (data[IFLA_BR_PRIORITY]) {
IFLA_BR_PRIORITY 1087 net/bridge/br_netlink.c 		u32 priority = nla_get_u16(data[IFLA_BR_PRIORITY]);
IFLA_BR_PRIORITY 1420 net/bridge/br_netlink.c 	    nla_put_u16(skb, IFLA_BR_PRIORITY, priority) ||