VirtualBox

Ignore:
Timestamp:
Oct 20, 2015 1:58:41 PM (9 years ago)
Author:
vboxsync
Message:

HostDrivers: Doxygen fixes

File:
1 edited

Legend:

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

    r58254 r58340  
    771771 * @param   pBuf                The sk_buff.
    772772 * @param   pSG                 The SG.
    773  * @param   pvFrame             The frame pointer, optional.
    774773 * @param   cSegs               The number of segments allocated for the SG.
    775774 *                              This should match the number in the mbuf exactly!
    776775 * @param   fSrc                The source of the frame.
    777  * @param   pGso                Pointer to the GSO context if it's a GSO
     776 * @param   pGsoCtx             Pointer to the GSO context if it's a GSO
    778777 *                              internal network frame.  NULL if regular frame.
    779778 */
     
    846845
    847846/**
    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.
    856850 */
    857851#if LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 14)
     
    13721366
    13731367/**
    1374  *
     1368 * I won't disclose what I do, figure it out yourself, including pThis referencing.
     1369 *
     1370 * @param   pThis       The net filter instance.
    13751371 * @param   pBuf        The socket buffer.  This is consumed by this function.
    13761372 */
     
    16091605 * @returns VBox status code.
    16101606 * @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.
    16131608 */
    16141609static int vboxNetFltLinuxAttachToInterface(PVBOXNETFLTINS pThis, struct net_device *pDev)
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