datapath: Fix checksum update for actions on UDP packets.
[sliver-openvswitch.git] / datapath / linux / compat / include / linux / checksum.h
1 #ifndef __LINUX_CHECKSUM_WRAPPER_H
2 #define __LINUX_CHECKSUM_WRAPPER_H 1
3
4 #include_next <linux/checksum.h>
5
6 #ifndef CSUM_MANGLED_0
7 #define CSUM_MANGLED_0 ((__force __sum16)0xffff)
8 #endif
9
10 #endif