Searched refs:ng_patch_config (Results 1 – 2 of 2) sorted by relevance
56 struct ng_patch_config *conf;75 const struct ng_patch_config *conf; in ng_patch_config_getlen()77 conf = (const struct ng_patch_config *)(buf - in ng_patch_config_getlen()78 offsetof(struct ng_patch_config, ops)); in ng_patch_config_getlen()213 struct ng_patch_config *conf, *newconf; in ng_patch_rcvmsg()238 conf = (struct ng_patch_config *) resp->data; in ng_patch_rcvmsg()260 conf = (struct ng_patch_config *) msg->data; in ng_patch_rcvmsg()262 if (msg->header.arglen < sizeof(struct ng_patch_config) || in ng_patch_rcvmsg()
114 struct ng_patch_config { struct132 #define NG_PATCH_CONF_SIZE(count) (sizeof(struct ng_patch_config) + \ argument