Home
last modified time | relevance | path

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

123

/linux/arch/hexagon/include/asm/
H A Dchecksum.h20 #define csum_tcpudp_magic csum_tcpudp_magic macro
21 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/linux/include/asm-generic/
H A Dchecksum.h50 #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 Dnetwork_helpers.h150 * csum_tcpudp_magic - compute IP pseudo-header checksum
164 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic()
230 return csum_tcpudp_magic(iph->saddr, iph->daddr, ntohs(udph->len),
151 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, csum_tcpudp_magic() function
/linux/arch/hexagon/kernel/
H A Dhexagon_ksyms.c39 DECLARE_EXPORT(csum_tcpudp_magic);
/linux/arch/nios2/include/asm/
H A Dchecksum.h63 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/linux/arch/x86/um/asm/
H A Dchecksum.h74 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/linux/arch/alpha/include/asm/
H A Dchecksum.h17 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
/linux/net/netfilter/ipvs/
H A 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()
H A 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/arch/m68k/include/asm/
H A Dchecksum.h102 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len, in csum_tcpudp_magic() function
/linux/arch/parisc/include/asm/
H A Dchecksum.h92 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/linux/arch/sparc/include/asm/
H A Dchecksum_64.h85 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
H A Dchecksum_32.h151 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/linux/arch/x86/include/asm/
H A Dchecksum_64.h112 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
H A Dchecksum_32.h127 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/linux/arch/sh/include/asm/
H A Dchecksum_32.h141 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/linux/arch/arm/include/asm/
H A Dchecksum.h137 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
/linux/arch/xtensa/include/asm/
H A Dchecksum.h156 static __inline__ __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/linux/arch/hexagon/lib/
H A Dchecksum.c50 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, in csum_tcpudp_magic() function
/linux/arch/powerpc/include/asm/
H A Dchecksum.h88 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.h78 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
/linux/net/netfilter/
H A Dutils.c22 !csum_tcpudp_magic(iph->saddr, iph->daddr, in nf_ip_checksum()
/linux/net/tls/
H A Dtls_device_fallback.c178 th->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr, datalen, in update_chksum()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_metadata.c183 udph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr, in generate_packet()
/linux/drivers/net/ethernet/sun/
H A Dsunvnet_common.c326 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()

123