Home
last modified time | relevance | path

Searched refs:csum_tcpudp_magic (Results 1 – 25 of 63) sorted by relevance

123

/Linux-v6.1/arch/hexagon/include/asm/
Dchecksum.h20 #define csum_tcpudp_magic csum_tcpudp_magic macro
21 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/Linux-v6.1/include/asm-generic/
Dchecksum.h50 #ifndef csum_tcpudp_magic
52 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
/Linux-v6.1/arch/ia64/lib/
Dchecksum.c38 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
46 EXPORT_SYMBOL(csum_tcpudp_magic);
/Linux-v6.1/arch/alpha/lib/
Dchecksum.c45 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
52 EXPORT_SYMBOL(csum_tcpudp_magic);
/Linux-v6.1/arch/hexagon/kernel/
Dhexagon_ksyms.c41 DECLARE_EXPORT(csum_tcpudp_magic);
/Linux-v6.1/arch/nios2/include/asm/
Dchecksum.h63 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/Linux-v6.1/arch/ia64/include/asm/
Dchecksum.h20 extern __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/Linux-v6.1/arch/x86/um/asm/
Dchecksum.h71 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/Linux-v6.1/arch/alpha/include/asm/
Dchecksum.h17 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/Linux-v6.1/net/netfilter/ipvs/
Dip_vs_proto_udp.c202 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()
Dip_vs_proto_tcp.c209 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-v6.1/arch/m68k/include/asm/
Dchecksum.h102 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_magic() function
/Linux-v6.1/arch/parisc/include/asm/
Dchecksum.h92 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/Linux-v6.1/arch/sparc/include/asm/
Dchecksum_64.h85 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
Dchecksum_32.h151 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/Linux-v6.1/arch/x86/include/asm/
Dchecksum_64.h113 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
Dchecksum_32.h127 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/Linux-v6.1/arch/arm/include/asm/
Dchecksum.h136 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
/Linux-v6.1/arch/sh/include/asm/
Dchecksum_32.h140 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/Linux-v6.1/arch/xtensa/include/asm/
Dchecksum.h156 static __inline__ __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/Linux-v6.1/arch/s390/include/asm/
Dchecksum.h97 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
/Linux-v6.1/arch/hexagon/lib/
Dchecksum.c50 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/Linux-v6.1/arch/powerpc/include/asm/
Dchecksum.h88 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dxdp_synproxy_kern.c124 static __always_inline __u16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
608 if (csum_tcpudp_magic(hdr->ipv4->saddr, hdr->ipv4->daddr, in syncookie_handle_syn()
672 hdr->tcp->check = csum_tcpudp_magic(hdr->ipv4->saddr, in syncookie_handle_syn()
/Linux-v6.1/net/netfilter/
Dutils.c22 !csum_tcpudp_magic(iph->saddr, iph->daddr, in nf_ip_checksum()

123