Searched refs:bm (Results 1 – 3 of 3) sorted by relevance
149 uint8_t bm; in CreateMonitorStream() local152 bm = walk->monitor_stream->monitor_listener->server_buf_mgmt; in CreateMonitorStream()153 if (bm > stream->buffer_mgmt) { in CreateMonitorStream()154 stream->buffer_mgmt = bm; in CreateMonitorStream()163 bm = walk->monitor_stream->monitor_listener->client_buf_mgmt; in CreateMonitorStream()164 if (bm > stream->pair_stream->buffer_mgmt) { in CreateMonitorStream()165 stream->pair_stream->buffer_mgmt = bm; in CreateMonitorStream()
638 uint8_t bm = w->monitor_stream->client_buf_mgmt; local639 if (bm > cs->buffer_mgmt)640 cs->buffer_mgmt = bm;675 uint8_t bm = w->monitor_stream->server_buf_mgmt; local676 if (bm > ss->buffer_mgmt)677 ss->buffer_mgmt = bm;
1141 uint8_t bm = walk->monitor_stream->monitor_listener->server_buf_mgmt; in mtcp_connect() local1142 if (bm > cur_stream->pair_stream->buffer_mgmt) { in mtcp_connect()1143 cur_stream->pair_stream->buffer_mgmt = bm; in mtcp_connect()