/Linux-v4.19/arch/hexagon/include/asm/ |
D | checksum.h | 44 #define csum_tcpudp_magic csum_tcpudp_magic macro 45 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
|
/Linux-v4.19/include/asm-generic/ |
D | checksum.h | 73 #ifndef csum_tcpudp_magic 75 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/ia64/lib/ |
D | checksum.c | 38 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function 46 EXPORT_SYMBOL(csum_tcpudp_magic);
|
/Linux-v4.19/arch/alpha/lib/ |
D | checksum.c | 45 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function 52 EXPORT_SYMBOL(csum_tcpudp_magic);
|
/Linux-v4.19/arch/hexagon/kernel/ |
D | hexagon_ksyms.c | 55 DECLARE_EXPORT(csum_tcpudp_magic);
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | checksum.h | 17 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | checksum.h | 20 extern __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
|
/Linux-v4.19/arch/nios2/include/asm/ |
D | checksum.h | 70 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/x86/um/asm/ |
D | checksum.h | 107 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | checksum.h | 102 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_magic() function
|
/Linux-v4.19/net/netfilter/ipvs/ |
D | ip_vs_proto_udp.c | 203 udph->check = csum_tcpudp_magic(cp->vaddr.ip, in udp_snat_handler() 287 udph->check = csum_tcpudp_magic(cp->caddr.ip, in udp_dnat_handler() 337 if (csum_tcpudp_magic(ip_hdr(skb)->saddr, in udp_csum_check()
|
D | ip_vs_proto_tcp.c | 209 tcph->check = csum_tcpudp_magic(cp->vaddr.ip, in tcp_snat_handler() 292 tcph->check = csum_tcpudp_magic(cp->caddr.ip, in tcp_dnat_handler() 333 if (csum_tcpudp_magic(ip_hdr(skb)->saddr, in tcp_csum_check()
|
/Linux-v4.19/arch/arm/include/asm/ |
D | checksum.h | 125 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/s390/include/asm/ |
D | checksum.h | 121 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | checksum.h | 106 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | checksum_64.h | 113 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
D | checksum_32.h | 132 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | checksum_64.h | 118 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
D | checksum_32.h | 192 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/sh/include/asm/ |
D | checksum_32.h | 143 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/xtensa/include/asm/ |
D | checksum.h | 158 static __inline__ __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/hexagon/lib/ |
D | checksum.c | 63 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | checksum.h | 94 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
/Linux-v4.19/net/netfilter/ |
D | utils.c | 21 !csum_tcpudp_magic(iph->saddr, iph->daddr, in nf_ip_checksum()
|
/Linux-v4.19/drivers/net/ethernet/qualcomm/rmnet/ |
D | rmnet_map_data.c | 87 pseudo_csum = ~csum_tcpudp_magic(ip4h->saddr, ip4h->daddr, in rmnet_map_ipv4_dl_csum_trailer()
|