Searched refs:ip_compute_csum (Results 1 - 25 of 33) sorted by relevance

12

/arch/x86/um/asm/
H A Dchecksum_64.h17 extern __sum16 ip_compute_csum(const void *buff, int len);
H A Dchecksum_32.h8 static inline __sum16 ip_compute_csum(const void *buff, int len) function
/arch/c6x/lib/
H A Dchecksum.c35 EXPORT_SYMBOL(ip_compute_csum); variable
/arch/ia64/lib/
H A Dchecksum.c96 __sum16 ip_compute_csum (const void *buff, int len) function
101 EXPORT_SYMBOL(ip_compute_csum); variable
/arch/cris/include/asm/
H A Dchecksum.h50 * This is a version of ip_compute_csum() optimized for IP headers,
78 static inline __sum16 ip_compute_csum(const void *buff, int len) function
/arch/frv/lib/
H A Dchecksum.c124 __sum16 ip_compute_csum(const void *buff, int len) function
129 EXPORT_SYMBOL(ip_compute_csum); variable
/arch/metag/lib/
H A Dchecksum.c132 __sum16 ip_compute_csum(const void *buff, int len) function
136 EXPORT_SYMBOL(ip_compute_csum); variable
/arch/mn10300/lib/
H A Dchecksum.c48 __sum16 ip_compute_csum(const void *buff, int len) function
52 EXPORT_SYMBOL(ip_compute_csum); variable
/arch/x86/lib/
H A Dcsum-partial_64.c143 __sum16 ip_compute_csum(const void *buff, int len) function
147 EXPORT_SYMBOL(ip_compute_csum); variable
/arch/alpha/include/asm/
H A Dchecksum.h7 * This is a version of ip_compute_csum() optimized for IP headers,
56 extern __sum16 ip_compute_csum(const void *buff, int len);
/arch/alpha/kernel/
H A Dalpha_ksyms.c56 EXPORT_SYMBOL(ip_compute_csum); variable
/arch/avr32/include/asm/
H A Dchecksum.h59 * This is a version of ip_compute_csum() optimized for IP headers,
147 static inline __sum16 ip_compute_csum(const void *buff, int len) function
/arch/frv/include/asm/
H A Dchecksum.h50 * This is a version of ip_compute_csum() optimized for IP headers,
133 extern __sum16 ip_compute_csum(const void *buff, int len);
/arch/ia64/include/asm/
H A Dchecksum.h10 * This is a version of ip_compute_csum() optimized for IP headers,
60 extern __sum16 ip_compute_csum(const void *buff, int len);
/arch/metag/include/asm/
H A Dchecksum.h52 * This is a version of ip_compute_csum() optimized for IP headers,
91 extern __sum16 ip_compute_csum(const void *buff, int len);
/arch/mn10300/include/asm/
H A Dchecksum.h22 extern __sum16 ip_compute_csum(const void *buff, int len);
/arch/arm/include/asm/
H A Dchecksum.h56 * This is a version of ip_compute_csum() optimized for IP headers,
136 ip_compute_csum(const void *buff, int len) function
/arch/m32r/include/asm/
H A Dchecksum.h76 * This is a version of ip_compute_csum() optimized for IP headers,
160 static inline __sum16 ip_compute_csum(const void *buff, int len) function
/arch/m68k/include/asm/
H A Dchecksum.h112 static inline __sum16 ip_compute_csum(const void *buff, int len) function
/arch/parisc/include/asm/
H A Dchecksum.h118 static inline __sum16 ip_compute_csum(const void *buf, int len) function
/arch/powerpc/include/asm/
H A Dchecksum.h13 * This is a version of ip_compute_csum() optimized for IP headers,
99 static inline __sum16 ip_compute_csum(const void *buff, int len) function
/arch/s390/include/asm/
H A Dchecksum.h80 * This is a version of ip_compute_csum() optimized for IP headers,
133 static inline __sum16 ip_compute_csum(const void *buff, int len) function
/arch/score/include/asm/
H A Dchecksum.h77 * This is a version of ip_compute_csum() optimized for IP headers,
175 static inline unsigned short ip_compute_csum(const void *buff, int len) function
/arch/x86/include/asm/
H A Dchecksum_64.h33 * This is a version of ip_compute_csum() optimized for IP headers,
153 * ip_compute_csum - Compute an 16bit IP checksum.
160 extern __sum16 ip_compute_csum(const void *buff, int len);
/arch/alpha/lib/
H A Dchecksum.c144 * This is a version of ip_compute_csum() optimized for IP headers,
181 __sum16 ip_compute_csum(const void *buff, int len) function

Completed in 327 milliseconds

12