Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netgraph/
HDng_split.h42 #define NG_SPLIT_HOOK_OUT "out" /* Output to outhook (sending out) */ macro
HDng_split.c111 } else if (strcmp(name, NG_SPLIT_HOOK_OUT) == 0) { in ng_split_newhook()