/linux-6.14.4/arch/hexagon/include/asm/ |
D | checksum.h | 20 #define csum_tcpudp_magic csum_tcpudp_magic macro 21 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
|
/linux-6.14.4/include/asm-generic/ |
D | checksum.h | 50 #ifndef csum_tcpudp_magic 52 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/alpha/lib/ |
D | checksum.c | 47 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function 54 EXPORT_SYMBOL(csum_tcpudp_magic);
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | network_helpers.h | 148 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function 214 return csum_tcpudp_magic(iph->saddr, iph->daddr, ntohs(udph->len), in build_udp_v4_csum()
|
/linux-6.14.4/arch/hexagon/kernel/ |
D | hexagon_ksyms.c | 39 DECLARE_EXPORT(csum_tcpudp_magic);
|
/linux-6.14.4/arch/nios2/include/asm/ |
D | checksum.h | 63 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/x86/um/asm/ |
D | checksum.h | 71 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/alpha/include/asm/ |
D | checksum.h | 17 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
|
/linux-6.14.4/net/netfilter/ipvs/ |
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() 336 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-6.14.4/arch/parisc/include/asm/ |
D | checksum.h | 92 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/m68k/include/asm/ |
D | checksum.h | 102 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/sparc/include/asm/ |
D | checksum_64.h | 85 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
D | checksum_32.h | 151 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/x86/include/asm/ |
D | checksum_64.h | 112 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
D | checksum_32.h | 127 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/arm/include/asm/ |
D | checksum.h | 137 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/sh/include/asm/ |
D | checksum_32.h | 141 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/xtensa/include/asm/ |
D | checksum.h | 156 static __inline__ __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/s390/include/asm/ |
D | checksum.h | 93 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
/linux-6.14.4/tools/testing/selftests/bpf/progs/ |
D | test_tcp_custom_syncookie.h | 78 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
D | xdp_synproxy_kern.c | 128 static __always_inline __u16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function 630 if (csum_tcpudp_magic(hdr->ipv4->saddr, hdr->ipv4->daddr, in syncookie_handle_syn() 694 hdr->tcp->check = csum_tcpudp_magic(hdr->ipv4->saddr, in syncookie_handle_syn()
|
/linux-6.14.4/arch/powerpc/include/asm/ |
D | checksum.h | 88 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
|
/linux-6.14.4/arch/hexagon/lib/ |
D | checksum.c | 50 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
|
/linux-6.14.4/net/netfilter/ |
D | utils.c | 22 !csum_tcpudp_magic(iph->saddr, iph->daddr, in nf_ip_checksum()
|