From 276829d1f507167bdfd474de2c870bd94b47cd5f Mon Sep 17 00:00:00 2001 From: Jon Grimm Date: Wed, 9 Apr 2003 13:17:39 -0500 Subject: [SCTP] Add a generic csum_copy for sctp. Do the sctp checksum while copying. --- include/net/sctp/sctp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/net/sctp/sctp.h b/include/net/sctp/sctp.h index 8df5bc7983af..b589528d646d 100644 --- a/include/net/sctp/sctp.h +++ b/include/net/sctp/sctp.h @@ -153,6 +153,7 @@ extern int sctp_primitive_REQUESTHEARTBEAT(struct sctp_association *, void *arg) extern __u32 sctp_start_cksum(__u8 *ptr, __u16 count); extern __u32 sctp_update_cksum(__u8 *ptr, __u16 count, __u32 cksum); extern __u32 sctp_end_cksum(__u32 cksum); +extern __u32 sctp_update_copy_cksum(__u8 *, __u8 *, __u16 count, __u32 cksum); /* * sctp/input.c -- cgit v1.2.3