Home
last modified time | relevance | path

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

/mOS-networking-stack/core/src/include/
H A Dtcp_stream_queue.h39 typedef struct stream_queue_int struct
48 } stream_queue_int; argument
50 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);
H A Dmtcp.h252 stream_queue_int *closeq_int; /* internally maintained closeq */
254 stream_queue_int *resetq_int; /* internally maintained resetq */
/mOS-networking-stack/core/src/
H A Dtcp_stream_queue.c44 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()