Searched refs:NG_PATCH_CONF_SIZE (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netgraph/
H A Dng_patch.h132 #define NG_PATCH_CONF_SIZE(count) (sizeof(struct ng_patch_config) + \ macro
H A Dng_patch.c229 NG_PATCH_CONF_SIZE(privp->conf->count), M_WAITOK);
235 NG_PATCH_CONF_SIZE(privp->conf->count));
262 msg->header.arglen < NG_PATCH_CONF_SIZE(conf->count))
287 newconf = malloc(NG_PATCH_CONF_SIZE(conf->count), M_NETGRAPH, M_WAITOK | M_ZERO);
289 bcopy(conf, newconf, NG_PATCH_CONF_SIZE(conf->count));

Completed in 149 milliseconds