privflags_reply_data
const struct privflags_reply_data *data = PRIVFLAGS_REPDATA(reply_base);
struct privflags_reply_data *data = PRIVFLAGS_REPDATA(reply_data);
.reply_data_size = sizeof(struct privflags_reply_data),
container_of(__reply_base, struct privflags_reply_data, base)
struct privflags_reply_data *data = PRIVFLAGS_REPDATA(reply_base);
const struct privflags_reply_data *data = PRIVFLAGS_REPDATA(reply_base);