X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fdatapath.h;h=d28250a128006f259272285ffa0ebd7bf3f71104;hb=576e26d7b47f4e53116ef0b5f035d260f426d37b;hp=eee1bbfc585f1cf38aef4fca9f230077365518ab;hpb=36becebea2d1e816a636d62a226521d0bf26bb18;p=sliver-openvswitch.git diff --git a/datapath/datapath.h b/datapath/datapath.h index eee1bbfc5..d28250a12 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" @@ -167,4 +167,6 @@ static inline int skb_checksum_setup(struct sk_buff *skb) } #endif +int vswitch_skb_checksum_setup(struct sk_buff *skb); + #endif /* datapath.h */