Searched refs:pipe_dequeue (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_pipe.c132 static void pipe_dequeue(struct hookinfo *, struct timeval *);
713 pipe_dequeue(hinfo, now);
732 pipe_dequeue(struct hookinfo *hinfo, struct timeval *now) { function
889 * for queued frames by calling pipe_dequeue().
900 pipe_dequeue(&priv->upper, &now);
902 pipe_dequeue(&priv->lower, &now);

Completed in 99 milliseconds