| /linux/arch/hexagon/include/asm/ |
| H A D | checksum.h | 20 #define csum_tcpudp_magic csum_tcpudp_magic macro 21 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
|
| /linux/include/asm-generic/ |
| H A D | checksum.h | 50 #ifndef csum_tcpudp_magic 52 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | network_helpers.h | 169 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function 235 return csum_tcpudp_magic(iph->saddr, iph->daddr, ntohs(udph->len), in build_udp_v4_csum()
|
| /linux/arch/nios2/include/asm/ |
| H A D | checksum.h | 63 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
| /linux/arch/x86/um/asm/ |
| H A D | checksum.h | 74 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
| /linux/arch/alpha/include/asm/ |
| H A D | checksum.h | 17 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
|
| /linux/arch/m68k/include/asm/ |
| H A D | checksum.h | 102 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_magic() function
|
| /linux/arch/sparc/include/asm/ |
| H A D | checksum_64.h | 85 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
| H A D | checksum_32.h | 151 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
| /linux/arch/sh/include/asm/ |
| H A D | checksum_32.h | 141 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
| /linux/arch/x86/include/asm/ |
| H A D | checksum_32.h | 127 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
| /linux/arch/arm/include/asm/ |
| H A D | checksum.h | 137 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
| /linux/arch/xtensa/include/asm/ |
| H A D | checksum.h | 156 static __inline__ __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
| /linux/arch/s390/include/asm/ |
| H A D | checksum.h | 93 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_proto_udp.c | 202 udph->check = csum_tcpudp_magic(cp->vaddr.ip, in udp_snat_handler() 286 udph->check = csum_tcpudp_magic(cp->caddr.ip, in udp_dnat_handler()
|
| H A 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()
|
| /linux/arch/hexagon/lib/ |
| H A D | checksum.c | 50 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_custom_syncookie.h | 78 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
| H A D | test_tcp_custom_syncookie.c | 163 return csum_tcpudp_magic(ctx->ipv4->saddr, ctx->ipv4->daddr, in tcp_v4_csum()
|
| /linux/net/tls/ |
| H A D | tls_device_fallback.c | 175 th->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr, datalen, in update_chksum()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | xdp_metadata.c | 183 udph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr, in generate_packet()
|
| /linux/include/net/ |
| H A D | udp.h | 258 return csum_tcpudp_magic(saddr, daddr, len, IPPROTO_UDP, base); in udp_v4_check()
|
| /linux/drivers/net/ethernet/sun/ |
| H A D | sunvnet_common.c | 326 ptcp->check = csum_tcpudp_magic(iph->saddr, iph->daddr, in vnet_fullcsum_ipv4() 334 pudp->check = csum_tcpudp_magic(iph->saddr, iph->daddr, in vnet_fullcsum_ipv4() 1180 csum = csum_tcpudp_magic(iph->saddr, in vnet_skb_shape()
|
| /linux/drivers/net/ethernet/qualcomm/rmnet/ |
| H A D | rmnet_map_data.c | 93 pseudo_csum = csum_tcpudp_magic(ip4h->saddr, ip4h->daddr, in rmnet_map_ipv4_dl_csum_trailer()
|
| /linux/net/sched/ |
| H A D | act_csum.c | 299 udph->check = csum_tcpudp_magic(iph->saddr, iph->daddr, in tcf_csum_ipv4_udp()
|