VirtualBox

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


Ignore:
Timestamp:
Oct 11, 2016 10:38:27 AM (8 years ago)
Author:
vboxsync
Message:

NetFlt/Linux (bugref:8599) Debug build fix for r111185

File:
1 edited

Legend:

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

    r64202 r64205  
    15601560              " data_len=%d headroom=%d hdr_len=%d csum_offset=%d\n",
    15611561              pBuf->pkt_type, pBuf->ip_summed, pBuf->len, pBuf->data_len, skb_headroom(pBuf),
    1562               skb_headlen(pBuf), skb_checksum_start_offset(pBuf)));
     1562              skb_headlen(pBuf), vboxNetFltLinuxGetChecksumStartOffset(pBuf)));
    15631563#ifndef VBOXNETFLT_SG_SUPPORT
    15641564        if (pBuf->ip_summed == CHECKSUM_PARTIAL && pBuf->pkt_type == PACKET_OUTGOING)
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