Lines Matching refs:mstream
44 struct mon_stream *mstream = socket->monitor_stream; in FreeMonStream() local
47 stree_dec_ref(mtcp->ev_store, mstream->stree_dontcare); in FreeMonStream()
48 stree_dec_ref(mtcp->ev_store, mstream->stree_pre_rcv); in FreeMonStream()
49 stree_dec_ref(mtcp->ev_store, mstream->stree_post_snd); in FreeMonStream()
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()
64 mstream->peek_offset[0] = mstream->peek_offset[1] = 0; in FreeMonStream()