Searched refs:csum_tcpudp_magic (Results 1 - 25 of 65) sorted by relevance

123

/linux-master/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-master/include/asm-generic/
H A Dchecksum.h12 * or csum_tcpudp_magic
50 #ifndef csum_tcpudp_magic
52 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, function
/linux-master/arch/hexagon/kernel/
H A Dhexagon_ksyms.c39 DECLARE_EXPORT(csum_tcpudp_magic); variable
/linux-master/arch/nios2/include/asm/
H A Dchecksum.h63 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
/linux-master/arch/alpha/lib/
H A Dchecksum.c45 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
52 EXPORT_SYMBOL(csum_tcpudp_magic); variable
156 * or csum_tcpudp_magic
/linux-master/arch/x86/um/asm/
H A Dchecksum.h14 * or csum_tcpudp_magic
71 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
/linux-master/arch/alpha/include/asm/
H A Dchecksum.h17 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
28 * or csum_tcpudp_magic
/linux-master/arch/parisc/include/asm/
H A Dchecksum.h12 * or csum_tcpudp_magic
92 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
/linux-master/arch/m68k/include/asm/
H A Dchecksum.h16 * or csum_tcpudp_magic
102 csum_tcpudp_magic(__be32 saddr, __be32 daddr, unsigned short len, function
/linux-master/arch/sparc/include/asm/
H A Dchecksum_64.h26 * or csum_tcpudp_magic
85 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
H A Dchecksum_32.h26 * or csum_tcpudp_magic
151 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
/linux-master/arch/x86/include/asm/
H A Dchecksum_64.h112 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
H A Dchecksum_32.h13 * or csum_tcpudp_magic
127 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
/linux-master/arch/arm/include/asm/
H A Dchecksum.h21 * or csum_tcpudp_magic
137 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, function
/linux-master/arch/xtensa/include/asm/
H A Dchecksum.h23 * or csum_tcpudp_magic
156 static __inline__ __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
/linux-master/arch/sh/include/asm/
H A Dchecksum_32.h17 * or csum_tcpudp_magic
141 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
/linux-master/arch/s390/include/asm/
H A Dchecksum.h91 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, function
/linux-master/net/netfilter/ipvs/
H A Dip_vs_proto_udp.c202 udph->check = csum_tcpudp_magic(cp->vaddr.ip,
286 udph->check = csum_tcpudp_magic(cp->caddr.ip,
336 if (csum_tcpudp_magic(ip_hdr(skb)->saddr,
H A Dip_vs_proto_tcp.c23 #include <net/tcp.h> /* for csum_tcpudp_magic */
209 tcph->check = csum_tcpudp_magic(cp->vaddr.ip,
292 tcph->check = csum_tcpudp_magic(cp->caddr.ip,
333 if (csum_tcpudp_magic(ip_hdr(skb)->saddr,
/linux-master/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h83 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
/linux-master/arch/hexagon/lib/
H A Dchecksum.c50 __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
/linux-master/arch/powerpc/include/asm/
H A Dchecksum.h88 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, function
164 * or csum_tcpudp_magic
/linux-master/net/netfilter/
H A Dutils.c22 !csum_tcpudp_magic(iph->saddr, iph->daddr,
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.h80 static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, function
H A Dxdp_synproxy_kern.c128 static __always_inline __u16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, function
630 if (csum_tcpudp_magic(hdr->ipv4->saddr, hdr->ipv4->daddr,
694 hdr->tcp->check = csum_tcpudp_magic(hdr->ipv4->saddr,

Completed in 174 milliseconds

123