/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | spunge_core.h | 70 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 D | spunge_stack.h | 25 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 D | pcb.h | 76 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 D | net.h | 99 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 D | hmac.h | 63 struct SpungeInstance *pcbInst);
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/include/ |
H A D | spunge.h | 87 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 D | spunge_message.h | 90 FillpErrorType SpungePostMsg(struct SpungeInstance *inst, void *value, FILLP_INT type, FILLP_BOOL block); 92 typedef void (*spungeMsgHandler)(void *value, struct SpungeInstance *inst);
|
H A D | sockets.h | 98 struct SpungeInstance *inst;
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/ |
H A D | spunge_core.c | 47 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 D | hmac.c | 44 static void FillpCleanSedata(void *ptr, size_t len, struct SpungeInstance *pcbInst) in FillpCleanSedata() 69 struct SpungeInstance *pcbInst) in FillpHmacSha256Init()
|
H A D | pcb.c | 196 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 D | spunge_stack.c | 31 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 D | net.c | 27 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 D | spunge_message.c | 27 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 D | fillp_input.h | 25 void FillpDoInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *buf, struct SpungeInstance *inst);
|
H A D | fillp_pcb.h | 220 struct SpungeInstance *pcbInst;
|
/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/fillp/ |
H A D | fillp_input.c | 792 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 D | fillp_conn.c | 633 struct SpungeInstance *inst) in FillpProcessConnConfirm() 748 void FillpConnConfirmInput(struct FillpPcb *pcb, FILLP_CONST struct NetBuf *p, struct SpungeInstance *inst) in FillpConnConfirmInput()
|