VirtualBox

Ignore:
Timestamp:
Aug 14, 2015 3:16:38 PM (9 years ago)
Author:
vboxsync
Message:

*: scm cleanup run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c

    r57315 r57358  
    1616 */
    1717
    18 /*******************************************************************************
    19 *   Header Files                                                               *
    20 *******************************************************************************/
     18
     19/*********************************************************************************************************************************
     20*   Header Files                                                                                                                 *
     21*********************************************************************************************************************************/
    2122#define LOG_GROUP LOG_GROUP_NET_FLT_DRV
    2223#define VBOXNETFLT_LINUX_NO_XMIT_QUEUE
     
    7374
    7475
    75 /*******************************************************************************
    76 *   Defined Constants And Macros                                               *
    77 *******************************************************************************/
     76/*********************************************************************************************************************************
     77*   Defined Constants And Macros                                                                                                 *
     78*********************************************************************************************************************************/
    7879#define VBOX_FLT_NB_TO_INST(pNB)    RT_FROM_MEMBER(pNB, VBOXNETFLTINS, u.s.Notifier)
    7980#define VBOX_FLT_PT_TO_INST(pPT)    RT_FROM_MEMBER(pPT, VBOXNETFLTINS, u.s.PacketType)
     
    171172#endif
    172173
    173 /*******************************************************************************
    174 *   Internal Functions                                                         *
    175 *******************************************************************************/
     174
     175/*********************************************************************************************************************************
     176*   Internal Functions                                                                                                           *
     177*********************************************************************************************************************************/
    176178static int      VBoxNetFltLinuxInit(void);
    177179static void     VBoxNetFltLinuxUnload(void);
     
    179181
    180182
    181 /*******************************************************************************
    182 *   Global Variables                                                           *
    183 *******************************************************************************/
     183/*********************************************************************************************************************************
     184*   Global Variables                                                                                                             *
     185*********************************************************************************************************************************/
    184186/**
    185187 * The (common) global data.
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