Searched refs:mstream (Results 1 – 2 of 2) sorted by relevance
44 struct mon_stream *mstream = socket->monitor_stream; in FreeMonStream() local51 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 …]
609 struct mon_stream *mstream; in RemoveMonitorEvents() local620 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 …]