Changeset 75122 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt
- Timestamp:
- Oct 27, 2018 5:53:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/drv/VBoxNetLwf-win.cpp
r75121 r75122 1391 1391 /** 1392 1392 * Worker for vboxNetLwfWinNBtoSG() that gets the max segment count needed. 1393 * @note vboxNetLwfWinNBtoSG may use fewer depending on cbPacket and offset! 1393 * @note vboxNetLwfWinNBtoSG may use fewer depending on cbPacket and offset! 1394 * @note vboxNetAdpWinCalcSegments() is a copy of this code. 1394 1395 */ 1395 1396 DECLINLINE(ULONG) vboxNetLwfWinCalcSegments(PNET_BUFFER pNetBuf) … … 1599 1600 } 1600 1601 1602 /** 1603 * @note vboxNetAdpWinNBtoSG() is a copy of this code. 1604 */ 1601 1605 static PINTNETSG vboxNetLwfWinNBtoSG(PVBOXNETLWF_MODULE pModule, PNET_BUFFER pNetBuf) 1602 1606 {
Note:
See TracChangeset
for help on using the changeset viewer.