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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dstream.h47 struct stream_fifo struct
106 struct stream_fifo *stream_fifo_new ();
107 void stream_fifo_push (struct stream_fifo *fifo, struct stream *s);
108 struct stream *stream_fifo_pop (struct stream_fifo *fifo);
109 struct stream *stream_fifo_head (struct stream_fifo *fifo);
110 void stream_fifo_clean (struct stream_fifo *fifo);
111 void stream_fifo_free (struct stream_fifo *fifo);
H A Dstream.c420 struct stream_fifo *
423 struct stream_fifo *new;
425 new = XCALLOC (MTYPE_STREAM_FIFO, sizeof (struct stream_fifo));
431 stream_fifo_push (struct stream_fifo *fifo, struct stream *s)
445 stream_fifo_pop (struct stream_fifo *fifo)
466 stream_fifo_head (struct stream_fifo *fifo)
472 stream_fifo_clean (struct stream_fifo *fifo)
487 stream_fifo_free (struct stream_fifo *fifo)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgpd.h250 struct stream_fifo *obuf;

Completed in 118 milliseconds