DEVLINK_ATTR_SB_POOL_TYPE
[DEVLINK_ATTR_SB_POOL_TYPE] = NLA_POLICY_MAX(NLA_U8, 1),
[DEVLINK_ATTR_SB_POOL_TYPE] = NLA_POLICY_MAX(NLA_U8, 1),
if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_info.pool_type))
if (nla_put_u8(msg, DEVLINK_ATTR_SB_POOL_TYPE, pool_type))
if (!attrs[DEVLINK_ATTR_SB_POOL_TYPE])
val = nla_get_u8(attrs[DEVLINK_ATTR_SB_POOL_TYPE]);