datapath: Handle packets with precomputed checksums.
[openvswitch] / datapath / datapath.h
index 9b4c4386bd5f262a058411e164e47e57b89a9255..7548ba26521e49b9bd63287e456c14b381a24da0 100644 (file)
@@ -169,5 +169,6 @@ static inline int skb_checksum_setup(struct sk_buff *skb)
 #endif
 
 int vswitch_skb_checksum_setup(struct sk_buff *skb);
+void forward_ip_summed(struct sk_buff *skb);
 
 #endif /* datapath.h */