VirtualBox

Changeset 90103 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jul 8, 2021 11:00:58 PM (4 years ago)
Author:
vboxsync
Message:

DrvIntNet: style fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvIntNet.cpp

    r82968 r90103  
    750750                        if (PDMNetGsoIsValid(pGso, cbFrame, cbFrame - sizeof(PDMNETWORKGSO)))
    751751                        {
    752                             if (!pThis->pIAboveNet->pfnReceiveGso ||
    753                                 RT_FAILURE(pThis->pIAboveNet->pfnReceiveGso(pThis->pIAboveNet,
    754                                                                             (uint8_t *)(pGso + 1),
    755                                                                             pHdr->cbFrame - sizeof(PDMNETWORKGSO),
    756                                                                             pGso)))
     752                            if (   !pThis->pIAboveNet->pfnReceiveGso
     753                                || RT_FAILURE(pThis->pIAboveNet->pfnReceiveGso(pThis->pIAboveNet,
     754                                                                               (uint8_t *)(pGso + 1),
     755                                                                               pHdr->cbFrame - sizeof(PDMNETWORKGSO),
     756                                                                               pGso)))
    757757                            {
    758758                                /*
    759                                  *
    760759                                 * This is where we do the offloading since this NIC
    761760                                 * does not support large receive offload (LRO).
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette