Home
last modified time | relevance | path

Searched refs:ip_compute_csum (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/ia64/lib/
H A Dchecksum.c97 __sum16 ip_compute_csum (const void *buff, int len) in ip_compute_csum() function
102 EXPORT_SYMBOL(ip_compute_csum);
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dcsum-partial_64.c145 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
149 EXPORT_SYMBOL(ip_compute_csum);
/OK3568_Linux_fs/kernel/lib/
H A Dchecksum.c142 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
146 EXPORT_SYMBOL(ip_compute_csum);
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dchecksum.c180 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
184 EXPORT_SYMBOL(ip_compute_csum);
/OK3568_Linux_fs/kernel/arch/c6x/lib/
H A Dchecksum.c10 EXPORT_SYMBOL(ip_compute_csum);
H A Dcsum_64plus.S402 ;ip_compute_csum(unsigned char *buff, unsigned int len)
408 ENTRY(ip_compute_csum)
414 ENDPROC(ip_compute_csum)
/OK3568_Linux_fs/kernel/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) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dchecksum.h63 extern __sum16 ip_compute_csum(const void *buff, int len);
/OK3568_Linux_fs/kernel/arch/nios2/include/asm/
H A Dchecksum.h16 extern __sum16 ip_compute_csum(const void *buff, int len);
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dchecksum.h44 extern __sum16 ip_compute_csum(const void *buff, int len);
/OK3568_Linux_fs/kernel/arch/alpha/include/asm/
H A Dchecksum.h56 extern __sum16 ip_compute_csum(const void *buff, int len);
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dchecksum.h103 static inline __sum16 ip_compute_csum(const void *buf, int len) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dchecksum.h113 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A Dchecksum_64.h127 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
H A Dchecksum_32.h193 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dchecksum_64.h147 extern __sum16 ip_compute_csum(const void *buff, int len);
H A Dchecksum_32.h139 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dchecksum.h148 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dchecksum_32.h150 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A Dchecksum.h168 static __inline__ __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dchecksum.h104 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dchecksum.h178 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dchecksum.h203 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/OK3568_Linux_fs/kernel/block/
H A Dt10-pi.c22 return (__force __be16)ip_compute_csum(data, len); in t10_pi_ip_fn()

12