Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netgraph/
H A Dng_pred1.h38 #define NG_PRED1_HOOK_COMP "comp" /* compression hook */ macro
/f-stack/freebsd/netgraph/
H A Dng_pred1.h40 #define NG_PRED1_HOOK_COMP "comp" /* compression hook */ macro
H A Dng_pred1.c215 if (strcmp(name, NG_PRED1_HOOK_COMP) == 0) in ng_pred1_newhook()