Searched refs:num_msp (Results 1 – 10 of 10) sorted by relevance
67 if (mtcp->num_msp == 0 && mtcp->num_esp == 0) { in ProcessInIPv4Packet()87 if (!mtcp->num_msp || !pctx->forward) in ProcessInIPv4Packet()
78 mtcp->num_msp++; in AllocateSocket()147 mtcp->num_msp--; in FreeSocket()
62 if (!mtcp->num_msp || !pctx.forward) { in ProcessPacket()
38 if (mtcp->num_msp > 0) { in DetectStreamType()440 if (pctx->forward && mtcp->num_msp) in ProcessInTCPPacket()454 if (mtcp->listener == NULL && mtcp->num_msp == 0) { in ProcessInTCPPacket()
1084 if (mtcp->num_msp > 0) { in mtcp_connect()1097 if (mtcp->num_msp > 0 && cnt_match > 0) { in mtcp_connect()1954 if (mtcp->num_msp > 0) in mtcp_get_connection_cnt()
497 if ((mtcp->num_msp > 0) &&
387 if (mtcp->num_msp /* this means that stream monitor is on */) { in SendTCPPacket()
657 if (ret < 0 && cur_stream->buffer_mgmt && mtcp->num_msp == 0) in ProcessTCPPayload()
973 if (mtcp->num_msp > 0) in RunMainLoop()
243 uint32_t num_msp; /* # of MOS_SOCK_MONITOR_STREAM */ member