Lines Matching refs:monitor_stream
76 struct tcp_stream *mstrm = sock->monitor_stream->stream; in GetFragInfo()
136 struct tcp_stream *mstrm = sock->monitor_stream->stream; in GetBufInfo()
184 stream = sock->monitor_stream->stream; in DisableBuf()
258 eq = walk->monitor_stream->monitor_listener->eq; in RaiseReadEvent()
357 s->monitor_stream->socket = s; in AddMonitorStreamSockets()
358 s->monitor_stream->stream = stream; in AddMonitorStreamSockets()
359 s->monitor_stream->monitor_listener = walk; in AddMonitorStreamSockets()
360 s->monitor_stream->client_buf_mgmt = walk->client_buf_mgmt; in AddMonitorStreamSockets()
361 s->monitor_stream->server_buf_mgmt = walk->server_buf_mgmt; in AddMonitorStreamSockets()
362 s->monitor_stream->client_mon = walk->client_mon; in AddMonitorStreamSockets()
363 s->monitor_stream->server_mon = walk->server_mon; in AddMonitorStreamSockets()
365 s->monitor_stream->stree_dontcare = in AddMonitorStreamSockets()
366 s->monitor_stream->monitor_listener->stree_dontcare; in AddMonitorStreamSockets()
367 s->monitor_stream->stree_pre_rcv = in AddMonitorStreamSockets()
368 s->monitor_stream->monitor_listener->stree_pre_rcv; in AddMonitorStreamSockets()
369 s->monitor_stream->stree_post_snd = in AddMonitorStreamSockets()
370 s->monitor_stream->monitor_listener->stree_post_snd; in AddMonitorStreamSockets()
371 if (s->monitor_stream->stree_dontcare) in AddMonitorStreamSockets()
372 stree_inc_ref(s->monitor_stream->stree_dontcare); in AddMonitorStreamSockets()
373 if (s->monitor_stream->stree_pre_rcv) in AddMonitorStreamSockets()
374 stree_inc_ref(s->monitor_stream->stree_pre_rcv); in AddMonitorStreamSockets()
375 if (s->monitor_stream->stree_post_snd) in AddMonitorStreamSockets()
376 stree_inc_ref(s->monitor_stream->stree_post_snd); in AddMonitorStreamSockets()
378 InitEvP(&s->monitor_stream->dontcare_evp, in AddMonitorStreamSockets()
380 InitEvP(&s->monitor_stream->pre_tcp_evp, in AddMonitorStreamSockets()
382 InitEvP(&s->monitor_stream->post_tcp_evp, in AddMonitorStreamSockets()
638 uint8_t bm = w->monitor_stream->client_buf_mgmt;
641 if (w->monitor_stream->monitor_listener->client_mon == 1)
675 uint8_t bm = w->monitor_stream->server_buf_mgmt;
678 if (w->monitor_stream->monitor_listener->server_mon == 1)