Home
last modified time | relevance | path

Searched refs:num_msp (Results 1 – 10 of 10) sorted by relevance

/mOS-networking-stack/core/src/
H A Dip_in.c67 if (mtcp->num_msp == 0 && mtcp->num_esp == 0) { in ProcessInIPv4Packet()
87 if (!mtcp->num_msp || !pctx->forward) in ProcessInIPv4Packet()
H A Dsocket.c78 mtcp->num_msp++; in AllocateSocket()
147 mtcp->num_msp--; in FreeSocket()
H A Deth_in.c62 if (!mtcp->num_msp || !pctx.forward) { in ProcessPacket()
H A Dtcp.c38 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()
H A Dapi.c1084 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()
H A Dtcp_stream.c497 if ((mtcp->num_msp > 0) &&
H A Dtcp_out.c387 if (mtcp->num_msp /* this means that stream monitor is on */) { in SendTCPPacket()
H A Dtcp_in.c657 if (ret < 0 && cur_stream->buffer_mgmt && mtcp->num_msp == 0) in ProcessTCPPayload()
H A Dcore.c973 if (mtcp->num_msp > 0) in RunMainLoop()
/mOS-networking-stack/core/src/include/
H A Dmtcp.h243 uint32_t num_msp; /* # of MOS_SOCK_MONITOR_STREAM */ member