X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Fdatapath.h;h=7548ba26521e49b9bd63287e456c14b381a24da0;hb=9e336f491038f440dc846c172daeea0d0a77b20c;hp=9b4c4386bd5f262a058411e164e47e57b89a9255;hpb=d65349ea28bb67a0062a9b4b60ff97538206373b;p=openvswitch diff --git a/datapath/datapath.h b/datapath/datapath.h index 9b4c4386..7548ba26 100644 --- a/datapath/datapath.h +++ b/datapath/datapath.h @@ -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 */