Changeset 95411 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Jun 28, 2022 6:50:10 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r94967 r95411 1703 1703 { 1704 1704 struct net_device *pDev; 1705 PINTNETTRUNKSWPORT pSwitchPort;1706 1705 unsigned int fFeatures; 1707 1706 1708 1707 RTSpinlockAcquire(pThis->hSpinlock); 1709 1708 1710 pSwitchPort = pThis->pSwitchPort; /* this doesn't need to be here, but it doesn't harm. */1711 1709 pDev = ASMAtomicUoReadPtrT(&pThis->u.s.pDev, struct net_device *); 1712 1710 if (pDev)
Note:
See TracChangeset
for help on using the changeset viewer.