X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fdatapath.h;h=9b4c4386bd5f262a058411e164e47e57b89a9255;hb=2cb0c515ea85a104a18129e3379b49c556ae4e8e;hp=88bdbc65784f812d7fdb1e253e8dd80e7ce572e6;hpb=a4fbb689b03ad18651ee119ba5ce0ff8cf8d95b5;p=openvswitch diff --git a/datapath/datapath.h b/datapath/datapath.h index 88bdbc65..9b4c4386 100644 --- a/datapath/datapath.h +++ b/datapath/datapath.h @@ -14,10 +14,10 @@ #include #include #include -#include #include #include #include +#include #include "flow.h" #include "dp_sysfs.h" @@ -168,4 +168,6 @@ static inline int skb_checksum_setup(struct sk_buff *skb) } #endif +int vswitch_skb_checksum_setup(struct sk_buff *skb); + #endif /* datapath.h */