Searched refs:NG_PATCH_CONF_SIZE (Results 1 – 2 of 2) sorted by relevance
226 NG_PATCH_CONF_SIZE(privp->conf->count), M_WAITOK); in ng_patch_rcvmsg()232 NG_PATCH_CONF_SIZE(privp->conf->count)); in ng_patch_rcvmsg()259 msg->header.arglen < NG_PATCH_CONF_SIZE(conf->count)) in ng_patch_rcvmsg()284 newconf = malloc(NG_PATCH_CONF_SIZE(conf->count), M_NETGRAPH, M_WAITOK | M_ZERO); in ng_patch_rcvmsg()286 bcopy(conf, newconf, NG_PATCH_CONF_SIZE(conf->count)); in ng_patch_rcvmsg()
130 #define NG_PATCH_CONF_SIZE(count) (sizeof(struct ng_patch_config) + \ macro