Searched refs:NG_PATCH_CONF_SIZE (Results 1 – 2 of 2) sorted by relevance
229 NG_PATCH_CONF_SIZE(privp->conf->count), M_WAITOK); in ng_patch_rcvmsg()235 NG_PATCH_CONF_SIZE(privp->conf->count)); in ng_patch_rcvmsg()262 msg->header.arglen < NG_PATCH_CONF_SIZE(conf->count)) in ng_patch_rcvmsg()287 newconf = malloc(NG_PATCH_CONF_SIZE(conf->count), M_NETGRAPH, M_WAITOK | M_ZERO); in ng_patch_rcvmsg()289 bcopy(conf, newconf, NG_PATCH_CONF_SIZE(conf->count)); in ng_patch_rcvmsg()
132 #define NG_PATCH_CONF_SIZE(count) (sizeof(struct ng_patch_config) + \ macro