Home
last modified time | relevance | path

Searched refs:mstream (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/
H A Dsocket.c44 struct mon_stream *mstream = socket->monitor_stream; in FreeMonStream() local
51 mstream->stree_dontcare = NULL; in FreeMonStream()
52 mstream->stree_pre_rcv = NULL; in FreeMonStream()
53 mstream->stree_post_snd = NULL; in FreeMonStream()
55 CleanupEvP(&mstream->dontcare_evp); in FreeMonStream()
56 CleanupEvP(&mstream->pre_tcp_evp); in FreeMonStream()
57 CleanupEvP(&mstream->post_tcp_evp); in FreeMonStream()
60 mstream->socket = NULL; in FreeMonStream()
61 mstream->stream = NULL; in FreeMonStream()
62 mstream->uctx = NULL; in FreeMonStream()
[all …]
H A Dmos_api.c609 struct mon_stream *mstream; in RemoveMonitorEvents() local
620 mstream = socket->monitor_stream; in RemoveMonitorEvents()
621 if (mstream == NULL) { in RemoveMonitorEvents()
631 if (mstream->server_mon == 0 && mstream->client_mon == 0) { in RemoveMonitorEvents()
637 if (mstream->stree_pre_rcv != NULL) { in RemoveMonitorEvents()
642 mstream->stree_dontcare = NULL; in RemoveMonitorEvents()
643 mstream->stree_pre_rcv = NULL; in RemoveMonitorEvents()
644 mstream->stree_post_snd = NULL; in RemoveMonitorEvents()
651 CleanupEvP(&mstream->dontcare_evp); in RemoveMonitorEvents()
652 CleanupEvP(&mstream->pre_tcp_evp); in RemoveMonitorEvents()
[all …]