Home
last modified time | relevance | path

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

12

/Linux-v6.1/arch/x86/lib/
Dcsum-partial_64.c119 __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/
Dchecksum.c97 __sum16 ip_compute_csum (const void *buff, int len) in ip_compute_csum() function
102 EXPORT_SYMBOL(ip_compute_csum);
/Linux-v6.1/lib/
Dchecksum.c142 __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/
Dchecksum.c180 __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/
Dchecksum_64.h17 extern __sum16 ip_compute_csum(const void *buff, int len);
Dchecksum_32.h8 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/Linux-v6.1/arch/nios2/include/asm/
Dchecksum.h16 extern __sum16 ip_compute_csum(const void *buff, int len);
/Linux-v6.1/include/asm-generic/
Dchecksum.h63 extern __sum16 ip_compute_csum(const void *buff, int len);
/Linux-v6.1/arch/ia64/include/asm/
Dchecksum.h44 extern __sum16 ip_compute_csum(const void *buff, int len);
/Linux-v6.1/arch/alpha/include/asm/
Dchecksum.h56 extern __sum16 ip_compute_csum(const void *buff, int len);
/Linux-v6.1/arch/parisc/include/asm/
Dchecksum.h103 static inline __sum16 ip_compute_csum(const void *buf, int len) in ip_compute_csum() function
/Linux-v6.1/arch/m68k/include/asm/
Dchecksum.h113 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/Linux-v6.1/arch/sparc/include/asm/
Dchecksum_64.h127 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
Dchecksum_32.h193 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/Linux-v6.1/arch/x86/include/asm/
Dchecksum_64.h147 extern __sum16 ip_compute_csum(const void *buff, int len);
Dchecksum_32.h139 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/Linux-v6.1/arch/arm/include/asm/
Dchecksum.h148 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/Linux-v6.1/arch/sh/include/asm/
Dchecksum_32.h151 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/Linux-v6.1/arch/xtensa/include/asm/
Dchecksum.h168 static __inline__ __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/Linux-v6.1/arch/s390/include/asm/
Dchecksum.h106 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/Linux-v6.1/arch/mips/include/asm/
Dchecksum.h177 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/Linux-v6.1/arch/powerpc/include/asm/
Dchecksum.h210 static inline __sum16 ip_compute_csum(const void *buff, int len) in ip_compute_csum() function
/Linux-v6.1/block/
Dt10-pi.c24 return (__force __be16)ip_compute_csum(data, len); in t10_pi_ip_fn()
/Linux-v6.1/net/ipv4/
Dip_tunnel_core.c227 icmph->checksum = ip_compute_csum(icmph, len); in iptunnel_pmtud_build_icmp()
Digmp.c422 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()

12