VirtualBox

Changeset 13976 in vbox for trunk/src/VBox/HostDrivers


Ignore:
Timestamp:
Nov 7, 2008 7:31:50 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
39015
Message:

Linux hostif: Both send and receive are ok now

File:
1 edited

Legend:

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

    r13938 r13976  
    157157            /** The MAC address of the interface. */
    158158            RTMAC Mac;
    159             struct packet_type PacketType;
     159            struct packet_type  PacketType;
     160            struct sk_buff_head XmitQueue;
     161            struct work_struct  XmitTask;
    160162            /** @} */
    161163# elif defined(RT_OS_SOLARIS)
     
    198200#if defined(RT_OS_WINDOWS) && defined(VBOX_NETFLT_ONDEMAND_BIND)
    199201        uint8_t abPadding[192];
     202#elif defined(RT_OS_LINUX)
     203        uint8_t abPadding[128];
    200204#else
    201205        uint8_t abPadding[64];
Note: See TracChangeset for help on using the changeset viewer.

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