| /Linux-v5.4/arch/ia64/lib/ |
| D | checksum.c | 97 __sum16 ip_compute_csum (const void *buff, int len) in ip_compute_csum() function 102 EXPORT_SYMBOL(ip_compute_csum);
|
| /Linux-v5.4/arch/x86/lib/ |
| D | csum-partial_64.c | 145 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function 149 EXPORT_SYMBOL(ip_compute_csum);
|
| /Linux-v5.4/arch/alpha/lib/ |
| D | checksum.c | 180 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function 184 EXPORT_SYMBOL(ip_compute_csum);
|
| /Linux-v5.4/lib/ |
| D | checksum.c | 142 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function 146 EXPORT_SYMBOL(ip_compute_csum);
|
| /Linux-v5.4/arch/x86/um/asm/ |
| D | checksum_64.h | 17 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| D | checksum_32.h | 8 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v5.4/arch/c6x/lib/ |
| D | checksum.c | 32 EXPORT_SYMBOL(ip_compute_csum);
|
| D | csum_64plus.S | 404 ;ip_compute_csum(unsigned char *buff, unsigned int len) 410 ENTRY(ip_compute_csum) 416 ENDPROC(ip_compute_csum)
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | checksum.h | 54 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | checksum.h | 57 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| /Linux-v5.4/arch/nios2/include/asm/ |
| D | checksum.h | 23 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| /Linux-v5.4/include/asm-generic/ |
| D | checksum.h | 86 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | checksum.h | 113 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v5.4/arch/s390/include/asm/ |
| D | checksum.h | 132 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | checksum.h | 117 static inline __sum16 ip_compute_csum(const void *buf, int len) in ip_compute_csum() function
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | checksum.h | 137 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v5.4/arch/x86/include/asm/ |
| D | checksum_64.h | 161 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| D | checksum_32.h | 144 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | checksum_64.h | 160 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| D | checksum_32.h | 234 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | checksum_32.h | 151 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v5.4/arch/xtensa/include/asm/ |
| D | checksum.h | 170 static __inline__ __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | checksum.h | 212 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | checksum.h | 204 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v5.4/block/ |
| D | t10-pi.c | 21 return (__force __be16)ip_compute_csum(data, len); in t10_pi_ip_fn()
|