Searched refs:NG_XXX_HOOK_DOWNSTREAM (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netgraph/ | ||
H A D | ng_sample.h | 59 #define NG_XXX_HOOK_DOWNSTREAM "downstream" macro |
H A D | ng_sample.c | 226 } else if (strcmp(name, NG_XXX_HOOK_DOWNSTREAM) == 0) { in ng_xxx_newhook() |