Searched refs:hstype (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netgraph/ |
H A D | ng_pipe.h | 75 #define NG_PIPE_STATS_INFO(hstype) { \ argument 76 { "downstream", (hstype) }, \ 77 { "upstream", (hstype) }, \ 107 #define NG_PIPE_RUN_INFO(hstype) { \ argument 108 { "downstream", (hstype) }, \ 109 { "upstream", (hstype) }, \ 153 #define NG_PIPE_CFG_INFO(hstype) { \ argument 158 { "downstream", (hstype) }, \ 159 { "upstream", (hstype) }, \
|
H A D | ng_tee.h | 82 #define NG_TEE_STATS_INFO(hstype) { \ argument 83 { "right", (hstype) }, \ 84 { "left", (hstype) }, \ 85 { "right2left", (hstype) }, \ 86 { "left2right", (hstype) }, \
|