Searched refs:stream_queue_int (Results 1 – 3 of 3) sorted by relevance
39 typedef struct stream_queue_int struct48 } stream_queue_int; argument50 stream_queue_int * 54 DestroyInternalStreamQueue(stream_queue_int *sq);57 StreamInternalEnqueue(stream_queue_int *sq, struct tcp_stream *stream);60 StreamInternalDequeue(stream_queue_int *sq);
252 stream_queue_int *closeq_int; /* internally maintained closeq */254 stream_queue_int *resetq_int; /* internally maintained resetq */
44 stream_queue_int * 47 stream_queue_int *sq; in CreateInternalStreamQueue()49 sq = (stream_queue_int *)calloc(1, sizeof(stream_queue_int)); in CreateInternalStreamQueue()68 DestroyInternalStreamQueue(stream_queue_int *sq) in DestroyInternalStreamQueue()82 StreamInternalEnqueue(stream_queue_int *sq, struct tcp_stream *stream) in StreamInternalEnqueue()102 StreamInternalDequeue(stream_queue_int *sq) in StreamInternalDequeue()