IFLA_HSR_PROTOCOL
if (nla_put_u8(skb, IFLA_HSR_PROTOCOL, proto))
[IFLA_HSR_PROTOCOL] = { .type = NLA_U8 },
if (data[IFLA_HSR_PROTOCOL])
proto = nla_get_u8(data[IFLA_HSR_PROTOCOL]);