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

/freebsd-13-stable/sys/netgraph/
H A Dng_one2many.h52 #define NG_ONE2MANY_HOOK_MANY_PREFIX "many" /* append decimal integer */ macro
H A Dng_one2many.c214 if (strncmp(name, NG_ONE2MANY_HOOK_MANY_PREFIX,
215 strlen(NG_ONE2MANY_HOOK_MANY_PREFIX)) == 0) {
219 cp = name + strlen(NG_ONE2MANY_HOOK_MANY_PREFIX);

Completed in 119 milliseconds