Searched refs:ng_patch_config (Results 1 – 2 of 2) sorted by relevance
54 struct ng_patch_config *conf;72 const struct ng_patch_config *conf; in ng_patch_config_getlen()74 conf = (const struct ng_patch_config *)(buf - in ng_patch_config_getlen()75 offsetof(struct ng_patch_config, ops)); in ng_patch_config_getlen()210 struct ng_patch_config *conf, *newconf; in ng_patch_rcvmsg()235 conf = (struct ng_patch_config *) resp->data; in ng_patch_rcvmsg()257 conf = (struct ng_patch_config *) msg->data; in ng_patch_rcvmsg()259 if (msg->header.arglen < sizeof(struct ng_patch_config) || in ng_patch_rcvmsg()
112 struct ng_patch_config { struct130 #define NG_PATCH_CONF_SIZE(count) (sizeof(struct ng_patch_config) + \ argument