Home
last modified time | relevance | path

Searched refs:SpungeInstance (Results 1 - 18 of 18) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/
H A Dspunge_core.h70 FILLP_INT SpungeInstInit(struct SpungeInstance *inst);
72 void SpungeHandleMsgCycle(struct SpungeInstance *inst);
91 void FillpServerRecvRateAdjustment(struct SpungeInstance *inst, FILLP_UINT32 calcRecvTotalRate, FILLP_INT realRecvConn,
94 void FillpServerSendRateAdjustment(struct SpungeInstance *inst, FILLP_UINT32 calcSendTotalRate, FILLP_INT realSendConn,
99 void FillpCalculateFairness(struct SpungeInstance *inst);
109 void FtGlobalTimerInit(struct SpungeInstance *inst);
111 void SpungeDestroyInstance(struct SpungeInstance *inst);
113 void SpungeInitTokenBucket(struct SpungeInstance *inst);
H A Dspunge_stack.h25 void SpungeDoRecvCycle(struct SockOsSocket *osSock, struct SpungeInstance *inst);
26 void SpungeDoPackCycle(struct SpungePcb *pcb, struct SpungeInstance *inst);
28 void SpungeDoSendCycle(struct SpungePcb *pcb, struct SpungeInstance *inst, FILLP_LLONG detaTime);
32 FillpQueue *SpungeAllocUnsendBox(struct SpungeInstance *inst);
H A Dpcb.h76 void SpcbAddPcbToSpinst(struct SpungeInstance *inst, struct SpungePcb *pcb);
77 void SpcbDeleteFromSpinst(struct SpungeInstance *inst, struct SpungePcb *pcb);
80 struct SpungePcb *SpungePcbNew(void *argConn, struct SpungeInstance *inst);
H A Dnet.h99 struct FtNetconn *FillpNetconnAlloc(FILLP_UINT16 domain, struct SpungeInstance *inst);
121 void FillpConnConfirmInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, struct SpungeInstance *inst);
H A Dhmac.h63 struct SpungeInstance *pcbInst);
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/
H A Dspunge.h87 struct SpungeInstance *inst;
91 struct SpungeInstance { struct
126 void SpinstAddToPcbList(struct SpungeInstance *inst, struct HlistNode *node);
127 void SpinstDeleteFromPcbList(struct SpungeInstance *inst, struct HlistNode *node);
143 struct SpungeInstance *instPool;
H A Dspunge_message.h90 FillpErrorType SpungePostMsg(struct SpungeInstance *inst, void *value, FILLP_INT type, FILLP_BOOL block);
92 typedef void (*spungeMsgHandler)(void *value, struct SpungeInstance *inst);
H A Dsockets.h98 struct SpungeInstance *inst;
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dspunge_core.c47 void SpungeFreeInstanceResource(struct SpungeInstance *inst);
50 void SpungeDoRecvCycle(struct SockOsSocket *osSock, struct SpungeInstance *inst) in SpungeDoRecvCycle()
111 void SpungeDoSendCycle(struct SpungePcb *pcb, struct SpungeInstance *inst, FILLP_LLONG detaTime) in SpungeDoSendCycle()
263 static FILLP_INT SpungeInstMsgBoxInit(struct SpungeInstance *inst) in SpungeInstMsgBoxInit()
286 static FILLP_INT SpungeInstSendInit(struct SpungeInstance *inst) in SpungeInstSendInit()
335 static void SpungeInstTimerInit(struct SpungeInstance *inst) in SpungeInstTimerInit()
349 static FILLP_INT SpungeThreadInit(struct SpungeInstance *inst) in SpungeThreadInit()
364 FILLP_INT SpungeInstInit(struct SpungeInstance *inst) in SpungeInstInit()
479 (void)memset_s(&g_spunge->instPool[i], sizeof(struct SpungeInstance), 0, sizeof(struct SpungeInstance)); in SpungeAllocInstRes()
[all...]
H A Dhmac.c44 static void FillpCleanSedata(void *ptr, size_t len, struct SpungeInstance *pcbInst) in FillpCleanSedata()
69 struct SpungeInstance *pcbInst) in FillpHmacSha256Init()
H A Dpcb.c196 void SpcbAddPcbToSpinst(struct SpungeInstance *inst, struct SpungePcb *pcb) in SpcbAddPcbToSpinst()
201 void SpcbDeleteFromSpinst(struct SpungeInstance *inst, struct SpungePcb *pcb) in SpcbDeleteFromSpinst()
206 struct SpungePcb *SpungePcbNew(void *argConn, struct SpungeInstance *inst) in SpungePcbNew()
H A Dspunge_stack.c31 struct SpungeInstance *curInst = SPUNGE_GET_CUR_INSTANCE(); in SpungeAllocSystemSocket()
500 void SpinstAddToPcbList(struct SpungeInstance *inst, struct HlistNode *node) in SpinstAddToPcbList()
505 void SpinstDeleteFromPcbList(struct SpungeInstance *inst, struct HlistNode *node) in SpinstDeleteFromPcbList()
510 FillpQueue *SpungeAllocUnsendBox(struct SpungeInstance *inst) in SpungeAllocUnsendBox()
H A Dnet.c27 static void NetconnFreeOsSocket(struct SockOsSocket *osSock, struct SpungeInstance *curInst) in NetconnFreeOsSocket()
107 struct FtNetconn *FillpNetconnAlloc(FILLP_UINT16 domain, struct SpungeInstance *inst) in FillpNetconnAlloc()
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dspunge_message.c27 FillpErrorType SpungePostMsg(struct SpungeInstance *inst, void *value, FILLP_INT type, FILLP_BOOL block) in SpungePostMsg()
70 static void SpungeHandleMsgAllocSock(void *value, struct SpungeInstance *inst) in SpungeHandleMsgAllocSock()
118 static void SpungeHandleMsgFreeSockEagain(void *value, struct SpungeInstance *inst) in SpungeHandleMsgFreeSockEagain()
138 static FILLP_INT SpungeListenMsgCheckState(void *value, struct SpungeInstance *inst, in SpungeListenMsgCheckState()
184 static void SpungeHandleMsgListen(void *value, struct SpungeInstance *inst) in SpungeHandleMsgListen()
306 static void SpungeHandleMsgConnect(void *value, struct SpungeInstance *inst) in SpungeHandleMsgConnect()
416 static void SpungeHandleMsgBind(void *value, struct SpungeInstance *inst) in SpungeHandleMsgBind()
475 static void SpungeHandleMsgConnAccepted(void *value, struct SpungeInstance *inst) in SpungeHandleMsgConnAccepted()
545 static void SpungeHandleMsgDoShutdown(void *value, struct SpungeInstance *inst) in SpungeHandleMsgDoShutdown()
641 static void SpungeHandleMsgClose(void *value, struct SpungeInstance *ins
[all...]
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/fillp/
H A Dfillp_input.h25 void FillpDoInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst);
H A Dfillp_pcb.h220 struct SpungeInstance *pcbInst;
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/
H A Dfillp_input.c792 static void FillpHdlConnect(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst, in FillpHdlConnect()
840 static void FillpDoInputPktType(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst, in FillpDoInputPktType()
873 void FillpDoInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst) in FillpDoInput()
H A Dfillp_conn.c633 struct SpungeInstance *inst) in FillpProcessConnConfirm()
748 void FillpConnConfirmInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, struct SpungeInstance *inst) in FillpConnConfirmInput()

Completed in 13 milliseconds