Searched refs:ng_patch_config (Results 1 – 3 of 3) sorted by relevance
114 struct ng_patch_config { struct132 #define NG_PATCH_CONF_SIZE(count) (sizeof(struct ng_patch_config) + \ argument
56 struct ng_patch_config *conf;74 const struct ng_patch_config *conf; in ng_patch_config_getlen()76 conf = (const struct ng_patch_config *)(buf - in ng_patch_config_getlen()77 offsetof(struct ng_patch_config, ops)); in ng_patch_config_getlen()212 struct ng_patch_config *conf, *newconf; in ng_patch_rcvmsg()237 conf = (struct ng_patch_config *) resp->data; in ng_patch_rcvmsg()259 conf = (struct ng_patch_config *) msg->data; in ng_patch_rcvmsg()261 if (msg->header.arglen < sizeof(struct ng_patch_config) || in ng_patch_rcvmsg()
81 struct ng_patch_config { struct