patch-2.1.23 linux/include/asm-alpha/ipsum.h

Next file: linux/include/asm-alpha/namei.h
Previous file: linux/include/asm-alpha/cache.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.22/linux/include/asm-alpha/ipsum.h linux/include/asm-alpha/ipsum.h
@@ -1,45 +0,0 @@
-#ifndef __ASM_IPSUM_H
-#define __ASM_IPSUM_H
-
-/*
- *	This routine computes a UDP checksum. 
- */
-extern inline unsigned short udp_check(struct udphdr *uh, int len, u32 saddr, u32 daddr)
-{
-	/* uhh.. eventually */
-	return 0;
-}
-
-/*
- *	This routine computes a TCP checksum. 
- */
-extern inline unsigned short tcp_check(struct tcphdr *th, int len, u32 saddr, u32 daddr)
-{     
-	/* uhh.. eventually */
-	return 0;
-}
-
-
-/*
- * This routine does all the checksum computations that don't
- * require anything special (like copying or special headers).
- */
-
-extern inline unsigned short ip_compute_csum(unsigned char * buff, int len)
-{
-	/* uhh.. eventually */
-	return 0;
-}
-
-/*
- *	This is a version of ip_compute_csum() optimized for IP headers, which
- *	always checksum on 4 octet boundaries.
- */
-
-static inline unsigned short ip_fast_csum(unsigned char * buff, int wlen)
-{
-	/* uhh.. eventually */
-	return 0;
-}
-
-#endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov