ng_patch_stats
NG_MKRESPONSE(resp, msg, sizeof(struct ng_patch_stats), M_WAITOK);
bcopy(&(privp->stats), resp->data, sizeof(struct ng_patch_stats));
bzero(&(privp->stats), sizeof(struct ng_patch_stats));
struct ng_patch_stats stats;