/openbmc/linux/arch/x86/lib/ |
H A 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);
|
/openbmc/linux/arch/ia64/lib/ |
H A D | checksum.c | 97 __sum16 ip_compute_csum (const void *buff, int len) in ip_compute_csum() function 102 EXPORT_SYMBOL(ip_compute_csum);
|
/openbmc/linux/lib/ |
H A D | checksum.c | 142 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function 146 EXPORT_SYMBOL(ip_compute_csum);
|
/openbmc/linux/arch/alpha/lib/ |
H A D | checksum.c | 180 __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function 184 EXPORT_SYMBOL(ip_compute_csum);
|
/openbmc/linux/arch/x86/um/asm/ |
H A D | checksum_64.h | 17 extern __sum16 ip_compute_csum(const void *buff, int len);
|
H A D | checksum_32.h | 8 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | checksum.h | 16 extern __sum16 ip_compute_csum(const void *buff, int len);
|
/openbmc/linux/include/asm-generic/ |
H A D | checksum.h | 63 extern __sum16 ip_compute_csum(const void *buff, int len);
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | checksum.h | 44 extern __sum16 ip_compute_csum(const void *buff, int len);
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | checksum.h | 56 extern __sum16 ip_compute_csum(const void *buff, int len);
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | checksum.h | 113 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | checksum.h | 103 static inline __sum16 ip_compute_csum(const void *buf, int len) in ip_compute_csum() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | checksum_64.h | 127 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
H A D | checksum_32.h | 193 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | checksum_64.h | 146 extern __sum16 ip_compute_csum(const void *buff, int len);
|
H A D | checksum_32.h | 139 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | checksum_32.h | 152 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | checksum.h | 149 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | checksum.h | 168 static __inline__ __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | checksum.h | 107 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | checksum.h | 177 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | checksum.h | 210 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
|
/openbmc/linux/block/ |
H A D | t10-pi.c | 24 return (__force __be16)ip_compute_csum(data, len); in t10_pi_ip_fn()
|
/openbmc/linux/net/ipv4/ |
H A D | igmp.c | 425 pig->csum = ip_compute_csum(igmp_hdr(skb), igmplen); in igmpv3_sendpack() 794 ih->csum = ip_compute_csum((void *)ih, sizeof(struct igmphdr)); in igmp_send_report()
|
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 3943 u16 checksum = (__force u16)ip_compute_csum(ee + i, 16); in osprey_eeprom()
|