DRBD_NLA_CONNECTION_STATISTICS
struct nlattr *tla = info->attrs[DRBD_NLA_CONNECTION_STATISTICS];
struct nlattr *tla = nla_nest_start(skb, DRBD_NLA_CONNECTION_STATISTICS);
static const struct nla_policy drbd_get_connections_nl_policy[DRBD_NLA_CONNECTION_STATISTICS + 1] = {
[DRBD_NLA_CONNECTION_STATISTICS] = NLA_POLICY_NESTED(drbd_connection_statistics_nl_policy),
.maxattr = DRBD_NLA_CONNECTION_STATISTICS,