Home
last modified time | relevance | path

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

/src/sys/netgraph/
H A Dng_pipe.h165 NGM_PIPE_GET_STATS=1, /* get stats */ enumerator
H A Dng_pipe.c198 .cmd = NGM_PIPE_GET_STATS,
311 case NGM_PIPE_GET_STATS: in ngp_rcvmsg()
327 if (msg->header.cmd != NGM_PIPE_GET_STATS) { in ngp_rcvmsg()