Searched refs:buffer_mgmt (Results 1 – 7 of 7) sorted by relevance
70 struct tcp_ring_buffer* RBInit(rb_manager_t rbm, uint32_t init_seq, uint8_t buffer_mgmt);71 void RBFree(rb_manager_t rbm, struct tcp_ring_buffer* buff, uint8_t buffer_mgmt);79 size_t len, int option, uint8_t buffer_mgmt);
265 buffer_mgmt:2, member
141 stream->buffer_mgmt = FALSE; in CreateMonitorStream()142 stream->pair_stream->buffer_mgmt = FALSE; in CreateMonitorStream()153 if (bm > stream->buffer_mgmt) { in CreateMonitorStream()154 stream->buffer_mgmt = bm; in CreateMonitorStream()164 if (bm > stream->pair_stream->buffer_mgmt) { in CreateMonitorStream()165 stream->pair_stream->buffer_mgmt = bm; in CreateMonitorStream()
188 stream->buffer_mgmt = 0; in DisableBuf()551 stream->buffer_mgmt = BUFMGMT_FULL;636 cs->buffer_mgmt = BUFMGMT_OFF;639 if (bm > cs->buffer_mgmt)640 cs->buffer_mgmt = bm;673 ss->buffer_mgmt = BUFMGMT_OFF;676 if (bm > ss->buffer_mgmt)677 ss->buffer_mgmt = bm;
556 if (!cur_stream->buffer_mgmt) in ProcessTCPPayload()588 rcvvar->rcvbuf = tcprb_new(mtcp->bufseg_pool, g_config.mos->rmem_size, cur_stream->buffer_mgmt); in ProcessTCPPayload()657 if (ret < 0 && cur_stream->buffer_mgmt && mtcp->num_msp == 0) in ProcessTCPPayload()948 if (!cur_stream->buffer_mgmt || in Handle_TCP_ST_ESTABLISHED()1134 if (!cur_stream->buffer_mgmt ||1195 if (!cur_stream->buffer_mgmt ||
1138 cur_stream->pair_stream->buffer_mgmt = BUFMGMT_OFF; in mtcp_connect()1142 if (bm > cur_stream->pair_stream->buffer_mgmt) { in mtcp_connect()1143 cur_stream->pair_stream->buffer_mgmt = bm; in mtcp_connect()
281 if (!cur_stream || !cur_stream->buffer_mgmt) { in mtcp_peek()398 if (!cur_stream || !cur_stream->buffer_mgmt) { in mtcp_ppeek()