Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_pipe.h89 u_int32_t qout_frames; member
H A Dng_pipe.c606 if (hinfo->run.qin_frames == 0 && hinfo->run.qout_frames == 0 && in ngp_rcvdata()
832 hinfo->run.qout_frames>=hinfo->cfg.qout_size_limit) { in pipe_dequeue()
847 hinfo->run.qout_frames++; in pipe_dequeue()
862 hinfo->run.qout_frames--; in pipe_dequeue()
879 if ((hinfo->run.qin_frames != 0 || hinfo->run.qout_frames != 0) && in pipe_dequeue()
/f-stack/tools/compat/include/netgraph/
H A Dng_pipe.h87 u_int32_t qout_frames; member