Searched refs:INTNETSG (Results 1 - 10 of 10) sorted by relevance

/vbox/include/VBox/
H A Dintnet.h303 typedef struct INTNETSG struct
330 } INTNETSG; typedef in typeref:struct:INTNETSG
331 AssertCompileSizeAlignment(INTNETSG, 8);
333 typedef INTNETSG *PINTNETSG;
335 typedef INTNETSG const *PCINTNETSG;
337 /** @name INTNETSG::fFlags definitions.
/vbox/src/VBox/Devices/Network/testcase/
H A DtstIntNetR0.cpp196 INTNETSG Sg;
259 INTNETSG Sg;
/vbox/src/VBox/HostDrivers/VBoxNetFlt/freebsd/
H A DVBoxNetFlt-freebsd.c452 pSG = RTMemTmpAlloc(RT_OFFSETOF(INTNETSG, aSegs[cSegs]));
496 pSG = RTMemTmpAlloc(RT_OFFSETOF(INTNETSG, aSegs[cSegs]));
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/drv/
H A DVBoxNetFltRt-win.cpp359 NTSTATUS Status = vboxNetFltWinMemAlloc((PVOID*)&pSG, RT_OFFSETOF(INTNETSG, aSegs[cSegs]));
388 /* INTNETSG was in the packet queue, create a new NdisPacket from INTNETSG*/
524 /* we first need to obtain the INTNETSG to be passed to intnet */
527 * the NDIS_PACKET and the INTNETSG.
531 * In this case we allocate the INTNETSG, copy the ndis packet data there and enqueue it.
541 /* we have NDIS_PACKET enqueued, we need to convert it to INTNETSG to be passed to intnet */
558 /* we can not allocate the INTNETSG on stack since in this case we may get stack overflow
562 * to intnet by this thread, we just use one previously allocated INTNETSG which is stored in PVBOXNETFLTINS */
588 /* convert the ndis buffers to INTNETSG */
[all...]
/vbox/src/VBox/HostDrivers/VBoxNetFlt/linux/
H A DVBoxNetFlt-linux.c1255 PINTNETSG pSG = (PINTNETSG)alloca(RT_OFFSETOF(INTNETSG, aSegs[cSegs]));
1299 PINTNETSG pSG = (PINTNETSG)alloca(RT_OFFSETOF(INTNETSG, aSegs[cSegs]));
/vbox/src/VBox/HostDrivers/VBoxNetFlt/darwin/
H A DVBoxNetFlt-darwin.cpp567 * Walk the chain and convert the buffers to segments. Works INTNETSG::cbTotal.
913 PINTNETSG pSG = (PINTNETSG)alloca(RT_OFFSETOF(INTNETSG, aSegs[cSegs]));
/vbox/src/VBox/HostDrivers/VBoxNetFlt/solaris/
H A DVBoxNetFltBow-solaris.c691 PINTNETSG pSG = (PINTNETSG)alloca(RT_OFFSETOF(INTNETSG, aSegs[cSegs]));
H A DVBoxNetFlt-solaris.c2924 * Convert the message block to segments. Work INTNETSG::cbTotal.
3522 PINTNETSG pSG = (PINTNETSG)alloca(RT_OFFSETOF(INTNETSG, aSegs[cSegs]));
/vbox/src/VBox/Devices/Network/
H A DSrvIntNetR0.cpp2712 uint8_t abBuf[sizeof(INTNETSG) + sizeof(INTNETSEG)];
2713 INTNETSG SG;
3875 INTNETSG Sg; /** @todo this will have to be changed if we're going to use async sending
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/ndis6/
H A DVBoxNetLwf-win.cpp1283 RT_OFFSETOF(INTNETSG, aSegs[cSegs]),

Completed in 2080 milliseconds