| /Linux-v6.1/arch/x86/lib/ |
| D | csum-partial_64.c | 119 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function 123 EXPORT_SYMBOL(ip_compute_csum);
|
| /Linux-v6.1/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-v6.1/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-v6.1/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-v6.1/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-v6.1/arch/nios2/include/asm/ |
| D | checksum.h | 16 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| /Linux-v6.1/include/asm-generic/ |
| D | checksum.h | 63 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| /Linux-v6.1/arch/ia64/include/asm/ |
| D | checksum.h | 44 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| /Linux-v6.1/arch/alpha/include/asm/ |
| D | checksum.h | 56 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| /Linux-v6.1/arch/parisc/include/asm/ |
| D | checksum.h | 103 static inline __sum16 ip_compute_csum(const void *buf, int len) in ip_compute_csum() function
|
| /Linux-v6.1/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-v6.1/arch/sparc/include/asm/ |
| D | checksum_64.h | 127 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| D | checksum_32.h | 193 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v6.1/arch/x86/include/asm/ |
| D | checksum_64.h | 147 extern __sum16 ip_compute_csum(const void *buff, int len);
|
| D | checksum_32.h | 139 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v6.1/arch/arm/include/asm/ |
| D | checksum.h | 148 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v6.1/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-v6.1/arch/xtensa/include/asm/ |
| D | checksum.h | 168 static __inline__ __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v6.1/arch/s390/include/asm/ |
| D | checksum.h | 106 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v6.1/arch/mips/include/asm/ |
| D | checksum.h | 177 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v6.1/arch/powerpc/include/asm/ |
| D | checksum.h | 210 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
| /Linux-v6.1/block/ |
| D | t10-pi.c | 24 return (__force __be16)ip_compute_csum(data, len); in t10_pi_ip_fn()
|
| /Linux-v6.1/net/ipv4/ |
| D | ip_tunnel_core.c | 227 icmph->checksum = ip_compute_csum(icmph, len); in iptunnel_pmtud_build_icmp()
|
| D | igmp.c | 422 pig->csum = ip_compute_csum(igmp_hdr(skb), igmplen); in igmpv3_sendpack() 791 ih->csum = ip_compute_csum((void *)ih, sizeof(struct igmphdr)); in igmp_send_report()
|