VirtualBox

Ignore:
Timestamp:
Nov 6, 2008 8:54:47 PM (16 years ago)
Author:
vboxsync
Message:

Linux hostif: Packet injection works. Mutexless filter intance lookup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/VBoxNetFltInternal.h

    r13768 r13938  
    149149            /** Pointer to the device. */
    150150            struct net_device volatile *pDev;
    151             struct packet_type volatile *pPacketType;
    152             struct notifier_block *pNotifier;
     151            struct notifier_block volatile *pNotifier;
    153152            /** Whether we've need to set promiscuous mode when the interface comes up. */
    154153            bool volatile fNeedSetPromiscuous;
     
    158157            /** The MAC address of the interface. */
    159158            RTMAC Mac;
     159            struct packet_type PacketType;
    160160            /** @} */
    161161# elif defined(RT_OS_SOLARIS)
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