Changeset 64206 in vbox for trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
- Timestamp:
- Oct 11, 2016 10:57:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/linux/VBoxNetFlt-linux.c
r64205 r64206 818 818 # else /* LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 21) */ 819 819 # if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 38) 820 return pBuf->csum_start - skb_headroom(pBuf) 820 return pBuf->csum_start - skb_headroom(pBuf); 821 821 # else /* LINUX_VERSION_CODE >= KERNEL_VERSION(2, 6, 38) */ 822 822 return skb_checksum_start_offset(pBuf);
Note:
See TracChangeset
for help on using the changeset viewer.