Changeset 58340 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
- Timestamp:
- Oct 20, 2015 1:58:41 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r58254 r58340 771 771 * @param pBuf The sk_buff. 772 772 * @param pSG The SG. 773 * @param pvFrame The frame pointer, optional.774 773 * @param cSegs The number of segments allocated for the SG. 775 774 * This should match the number in the mbuf exactly! 776 775 * @param fSrc The source of the frame. 777 * @param pGso 776 * @param pGsoCtx Pointer to the GSO context if it's a GSO 778 777 * internal network frame. NULL if regular frame. 779 778 */ … … 846 845 847 846 /** 848 * Packet handler, 849 * 850 * @returns 0 or EJUSTRETURN. 851 * @param pThis The instance. 852 * @param pMBuf The mbuf. 853 * @param pvFrame The start of the frame, optional. 854 * @param fSrc Where the packet (allegedly) comes from, one INTNETTRUNKDIR_* value. 855 * @param eProtocol The protocol. 847 * Packet handler; not really documented - figure it out yourself. 848 * 849 * @returns 0 or EJUSTRETURN - this is probably copy & pastry and thus wrong. 856 850 */ 857 851 #if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 14) … … 1372 1366 1373 1367 /** 1374 * 1368 * I won't disclose what I do, figure it out yourself, including pThis referencing. 1369 * 1370 * @param pThis The net filter instance. 1375 1371 * @param pBuf The socket buffer. This is consumed by this function. 1376 1372 */ … … 1609 1605 * @returns VBox status code. 1610 1606 * @param pThis The instance. 1611 * @param fRediscovery If set we're doing a rediscovery attempt, so, don't 1612 * flood the release log. 1607 * @param pDev The device to attach to. 1613 1608 */ 1614 1609 static int vboxNetFltLinuxAttachToInterface(PVBOXNETFLTINS pThis, struct net_device *pDev)
Note:
See TracChangeset
for help on using the changeset viewer.