Home
last modified time | relevance | path

Searched refs:LastPacketQueueSize (Results 1 – 9 of 9) sorted by relevance

/dports/security/softether/v4.38-9760/src/Cedar/
H A DSession.c547 int diff = ((int)c->CurrentSendQueueSize) - ((int)c->LastPacketQueueSize); in SessionMain()
549 c->LastPacketQueueSize = c->CurrentSendQueueSize; in SessionMain()
564 int diff = ((int)c->CurrentSendQueueSize) - ((int)c->LastPacketQueueSize); in SessionMain()
566 c->LastPacketQueueSize = c->CurrentSendQueueSize; in SessionMain()
716 diff = ((int)c->CurrentSendQueueSize) - ((int)c->LastPacketQueueSize); in SessionMain()
718 c->LastPacketQueueSize = c->CurrentSendQueueSize; in SessionMain()
H A DConnection.h317 UINT LastPacketQueueSize; // The last queue size of packets member
H A DConnection.c3383 if (c->LastPacketQueueSize != 0) in CleanupConnection()
3385 int diff = -((int)c->LastPacketQueueSize); in CleanupConnection()
3387 c->LastPacketQueueSize = 0; in CleanupConnection()
/dports/security/softether-devel/v4.36-9754/src/Cedar/
H A DSession.c547 int diff = ((int)c->CurrentSendQueueSize) - ((int)c->LastPacketQueueSize); in SessionMain()
549 c->LastPacketQueueSize = c->CurrentSendQueueSize; in SessionMain()
564 int diff = ((int)c->CurrentSendQueueSize) - ((int)c->LastPacketQueueSize); in SessionMain()
566 c->LastPacketQueueSize = c->CurrentSendQueueSize; in SessionMain()
716 diff = ((int)c->CurrentSendQueueSize) - ((int)c->LastPacketQueueSize); in SessionMain()
718 c->LastPacketQueueSize = c->CurrentSendQueueSize; in SessionMain()
H A DConnection.h316 UINT LastPacketQueueSize; // The last queue size of packets member
H A DConnection.c3383 if (c->LastPacketQueueSize != 0) in CleanupConnection()
3385 int diff = -((int)c->LastPacketQueueSize); in CleanupConnection()
3387 c->LastPacketQueueSize = 0; in CleanupConnection()
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/Cedar/
H A DSession.c486 int diff = ((int)c->CurrentSendQueueSize) - ((int)c->LastPacketQueueSize); in SessionMain()
488 c->LastPacketQueueSize = c->CurrentSendQueueSize; in SessionMain()
503 int diff = ((int)c->CurrentSendQueueSize) - ((int)c->LastPacketQueueSize); in SessionMain()
505 c->LastPacketQueueSize = c->CurrentSendQueueSize; in SessionMain()
658 diff = ((int)c->CurrentSendQueueSize) - ((int)c->LastPacketQueueSize); in SessionMain()
660 c->LastPacketQueueSize = c->CurrentSendQueueSize; in SessionMain()
H A DConnection.h225 UINT LastPacketQueueSize; // The last queue size of packets member
H A DConnection.c3262 if (c->LastPacketQueueSize != 0) in CleanupConnection()
3264 int diff = -((int)c->LastPacketQueueSize); in CleanupConnection()
3266 c->LastPacketQueueSize = 0; in CleanupConnection()