Searched refs:IntNetRingAllocateFrame (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/NetworkServices/NetLib/ |
H A D | VBoxNetIntIf.cpp | 102 int rc = IntNetRingAllocateFrame(pRingBuf, cbFrame, &pHdr, &pvFrame);
|
H A D | VBoxNetBaseService.cpp | 539 int rc = IntNetRingAllocateFrame(&m->m_pIfBuf->Send, cbFrame, &pHdr, (void **)&pu8Frame);
|
/vbox/src/VBox/Devices/Network/ |
H A D | DrvIntNet.cpp | 395 rc = IntNetRingAllocateFrame(&pThis->CTX_SUFF(pBuf)->Send, (uint32_t)cbMin, 406 rc = IntNetRingAllocateFrame(&pThis->CTX_SUFF(pBuf)->Send, (uint32_t)cbMin,
|
H A D | SrvIntNetR0.cpp | 2613 rc = IntNetRingAllocateFrame(pRingBuf, pSG->cbTotal, &pHdr, &pvDst);
|
/vbox/include/VBox/ |
H A D | intnetinline.h | 499 DECLINLINE(int) IntNetRingAllocateFrame(PINTNETRINGBUF pRingBuf, uint32_t cbFrame, PINTNETHDR *ppHdr, void **ppvFrame) function 539 * IntNetRingAllocateFrame. 578 * IntNetRingAllocateFrame.
|
Completed in 961 milliseconds