ng_patch_config
struct ng_patch_config *conf, *newconf;
conf = (struct ng_patch_config *) resp->data;
conf = (struct ng_patch_config *) msg->data;
if (msg->header.arglen < sizeof(struct ng_patch_config) ||
struct ng_patch_config *conf;
const struct ng_patch_config *conf;
conf = (const struct ng_patch_config *)(buf -
offsetof(struct ng_patch_config, ops));
#define NG_PATCH_CONF_SIZE(count) (sizeof(struct ng_patch_config) + \