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

/freebsd-10.0-release/sys/netgraph/
H A Dng_pipe.c132 static void pipe_dequeue(struct hookinfo *, struct timeval *);
742 pipe_dequeue(hinfo, now);
761 pipe_dequeue(struct hookinfo *hinfo, struct timeval *now) { function
918 * for queued frames by calling pipe_dequeue().
929 pipe_dequeue(&priv->upper, &now);
931 pipe_dequeue(&priv->lower, &now);

Completed in 63 milliseconds