Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netgraph/
Dng_pipe.h168 NGM_PIPE_CLR_STATS, /* clear stats */ enumerator
Dng_pipe.c207 .cmd = NGM_PIPE_CLR_STATS,
315 case NGM_PIPE_CLR_STATS: in ngp_rcvmsg()
317 if (msg->header.cmd != NGM_PIPE_CLR_STATS) { in ngp_rcvmsg()