Changeset 57358 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
- Timestamp:
- Aug 14, 2015 3:16:38 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r57315 r57358 16 16 */ 17 17 18 /******************************************************************************* 19 * Header Files * 20 *******************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 21 22 #define LOG_GROUP LOG_GROUP_NET_FLT_DRV 22 23 #define VBOXNETFLT_LINUX_NO_XMIT_QUEUE … … 73 74 74 75 75 /******************************************************************************* 76 * Defined Constants And Macros *77 ******************************************************************************* /76 /********************************************************************************************************************************* 77 * Defined Constants And Macros * 78 *********************************************************************************************************************************/ 78 79 #define VBOX_FLT_NB_TO_INST(pNB) RT_FROM_MEMBER(pNB, VBOXNETFLTINS, u.s.Notifier) 79 80 #define VBOX_FLT_PT_TO_INST(pPT) RT_FROM_MEMBER(pPT, VBOXNETFLTINS, u.s.PacketType) … … 171 172 #endif 172 173 173 /******************************************************************************* 174 * Internal Functions * 175 *******************************************************************************/ 174 175 /********************************************************************************************************************************* 176 * Internal Functions * 177 *********************************************************************************************************************************/ 176 178 static int VBoxNetFltLinuxInit(void); 177 179 static void VBoxNetFltLinuxUnload(void); … … 179 181 180 182 181 /******************************************************************************* 182 * Global Variables *183 ******************************************************************************* /183 /********************************************************************************************************************************* 184 * Global Variables * 185 *********************************************************************************************************************************/ 184 186 /** 185 187 * The (common) global data.
Note:
See TracChangeset
for help on using the changeset viewer.