Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_split.h42 #define NG_SPLIT_HOOK_OUT "out" /* Output to outhook (sending out) */ macro
/f-stack/freebsd/netgraph/
H A Dng_split.h42 #define NG_SPLIT_HOOK_OUT "out" /* Output to outhook (sending out) */ macro
H A Dng_split.c112 } else if (strcmp(name, NG_SPLIT_HOOK_OUT) == 0) { in ng_split_newhook()