Home
last modified time | relevance | path

Searched refs:NG_PATCH_HOOK_OUT (Results 1 – 3 of 3) sorted by relevance

/f-stack/tools/compat/include/netgraph/
H A Dng_patch.h40 #define NG_PATCH_HOOK_OUT "out" macro
/f-stack/freebsd/netgraph/
H A Dng_patch.h43 #define NG_PATCH_HOOK_OUT "out" macro
H A Dng_patch.c199 } else if (strncmp(name, NG_PATCH_HOOK_OUT, in ng_patch_newhook()
200 strlen(NG_PATCH_HOOK_OUT)) == 0) { in ng_patch_newhook()