|
@@ -3076,6 +3076,8 @@ struct skb_checksum_ops {
|
|
|
__wsum (*combine)(__wsum csum, __wsum csum2, int offset, int len);
|
|
__wsum (*combine)(__wsum csum, __wsum csum2, int offset, int len);
|
|
|
};
|
|
};
|
|
|
|
|
|
|
|
|
|
+extern const struct skb_checksum_ops *crc32c_csum_stub __read_mostly;
|
|
|
|
|
+
|
|
|
__wsum __skb_checksum(const struct sk_buff *skb, int offset, int len,
|
|
__wsum __skb_checksum(const struct sk_buff *skb, int offset, int len,
|
|
|
__wsum csum, const struct skb_checksum_ops *ops);
|
|
__wsum csum, const struct skb_checksum_ops *ops);
|
|
|
__wsum skb_checksum(const struct sk_buff *skb, int offset, int len,
|
|
__wsum skb_checksum(const struct sk_buff *skb, int offset, int len,
|