Symbol: csum_tcpudp_magic
arch/alpha/include/asm/checksum.h
17
__sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
arch/alpha/lib/checksum.c
54
EXPORT_SYMBOL(csum_tcpudp_magic);
arch/hexagon/include/asm/checksum.h
20
#define csum_tcpudp_magic csum_tcpudp_magic
arch/hexagon/include/asm/checksum.h
21
__sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,
arch/hexagon/kernel/hexagon_ksyms.c
39
DECLARE_EXPORT(csum_tcpudp_magic);
drivers/net/amt.c
2615
udph->check = csum_tcpudp_magic(amt->local_ip, daddr,
drivers/net/amt.c
674
udph->check = csum_tcpudp_magic(amt->local_ip, amt->discovery_ip,
drivers/net/amt.c
765
udph->check = csum_tcpudp_magic(amt->local_ip, amt->remote_ip,
drivers/net/ethernet/atheros/alx/main.c
1442
tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr,
drivers/net/ethernet/atheros/atl1c/atl1c_main.c
2078
tcp_hdr(skb)->check = ~csum_tcpudp_magic(
drivers/net/ethernet/atheros/atl1e/atl1e_main.c
1662
tcp_hdr(skb)->check = ~csum_tcpudp_magic(
drivers/net/ethernet/atheros/atlx/atl1.c
2132
~csum_tcpudp_magic(iph->saddr,
drivers/net/ethernet/atheros/atlx/atl1.c
2146
tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3513
bswab16(~csum_tcpudp_magic(ip_hdr(skb)->saddr,
drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c
3703
bswab16(~csum_tcpudp_magic(
drivers/net/ethernet/broadcom/tg3.c
8051
tcph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr,
drivers/net/ethernet/brocade/bna/bnad.c
2502
~csum_tcpudp_magic(iph->saddr, iph->daddr, 0,
drivers/net/ethernet/cisco/enic/enic_main.c
632
~csum_tcpudp_magic(inner_ip_hdr(skb)->saddr,
drivers/net/ethernet/cisco/enic/enic_main.c
657
tcp_hdr(skb)->check = ~csum_tcpudp_magic(ip_hdr(skb)->saddr,
drivers/net/ethernet/freescale/enetc/enetc.c
634
csum_final = csum_tcpudp_magic(ip_hdr(skb)->saddr,
drivers/net/ethernet/huawei/hinic/hinic_tx.c
269
csum_tcpudp_magic(ip->v4->saddr, ip->v4->daddr, 0, proto, 0) :
drivers/net/ethernet/huawei/hinic3/hinic3_tx.c
325
csum_tcpudp_magic(ip->v4->saddr, ip->v4->daddr, 0, proto, 0) :
drivers/net/ethernet/ibm/ibmveth.c
1434
~csum_tcpudp_magic(iph->saddr,
drivers/net/ethernet/intel/e1000/e1000_main.c
2718
tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr,
drivers/net/ethernet/intel/e1000e/netdev.c
5478
tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr,
drivers/net/ethernet/jme.c
2052
tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr,
drivers/net/ethernet/marvell/octeontx2/nic/otx2_txrx.c
1171
uh->check = csum_tcpudp_magic(ip_hdr(skb)->saddr,
drivers/net/ethernet/microsoft/mana/mana_en.c
455
~csum_tcpudp_magic(ip_hdr(skb)->saddr,
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c
1107
csum_tcpudp_magic(iph->saddr,
drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_main.c
1119
csum_tcpudp_magic(iph->saddr,
drivers/net/ethernet/pensando/ionic/ionic_txrx.c
1355
~csum_tcpudp_magic(inner_ip_hdr(skb)->saddr,
drivers/net/ethernet/pensando/ionic/ionic_txrx.c
1379
~csum_tcpudp_magic(ip_hdr(skb)->saddr,
drivers/net/ethernet/qualcomm/emac/emac-mac.c
1281
~csum_tcpudp_magic(ip_hdr(skb)->saddr,
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c
93
pseudo_csum = csum_tcpudp_magic(ip4h->saddr, ip4h->daddr,
drivers/net/ethernet/sun/sunvnet_common.c
1180
csum = csum_tcpudp_magic(iph->saddr,
drivers/net/ethernet/sun/sunvnet_common.c
326
ptcp->check = csum_tcpudp_magic(iph->saddr, iph->daddr,
drivers/net/ethernet/sun/sunvnet_common.c
334
pudp->check = csum_tcpudp_magic(iph->saddr, iph->daddr,
drivers/net/ethernet/wangxun/libwx/wx_lib.c
1338
tcph->check = ~csum_tcpudp_magic(iph->saddr,
drivers/net/hyperv/netvsc_drv.c
580
~csum_tcpudp_magic(ip_hdr(skb)->saddr,
drivers/net/thunderbolt/main.c
1049
*tucso = ~csum_tcpudp_magic(ip_hdr(skb)->saddr,
drivers/net/vmxnet3/vmxnet3_drv.c
1092
tcph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr, 0,
drivers/net/vmxnet3/vmxnet3_drv.c
1112
tcph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr, 0,
include/asm-generic/checksum.h
50
#ifndef csum_tcpudp_magic
include/net/tcp.h
1627
return csum_tcpudp_magic(saddr, daddr, len, IPPROTO_TCP, base);
include/net/udp.h
263
return csum_tcpudp_magic(saddr, daddr, len, IPPROTO_UDP, base);
net/core/netpoll.c
389
udph->check = csum_tcpudp_magic(np->local_ip.ip,
net/core/pktgen.c
3040
udph->check = csum_tcpudp_magic(iph->saddr, iph->daddr,
net/core/skbuff.c
5903
*csum = ~csum_tcpudp_magic(ip_hdr(skb)->saddr,
net/ipv4/udp.c
1066
uh->check = ~csum_tcpudp_magic(src, dst, len,
net/ipv4/udp.c
1084
uh->check = csum_tcpudp_magic(src, dst, len, IPPROTO_UDP, csum);
net/ipv4/udp.c
1189
uh->check = csum_tcpudp_magic(fl4->saddr, fl4->daddr, len,
net/netfilter/ipvs/ip_vs_proto_tcp.c
209
tcph->check = csum_tcpudp_magic(cp->vaddr.ip,
net/netfilter/ipvs/ip_vs_proto_tcp.c
292
tcph->check = csum_tcpudp_magic(cp->caddr.ip,
net/netfilter/ipvs/ip_vs_proto_tcp.c
325
if (csum_tcpudp_magic(ip_hdr(skb)->saddr,
net/netfilter/ipvs/ip_vs_proto_udp.c
202
udph->check = csum_tcpudp_magic(cp->vaddr.ip,
net/netfilter/ipvs/ip_vs_proto_udp.c
286
udph->check = csum_tcpudp_magic(cp->caddr.ip,
net/netfilter/ipvs/ip_vs_proto_udp.c
329
if (csum_tcpudp_magic(ip_hdr(skb)->saddr,
net/netfilter/nf_nat_proto.c
468
*check = ~csum_tcpudp_magic(iph->saddr, iph->daddr, datalen,
net/netfilter/utils.c
22
!csum_tcpudp_magic(iph->saddr, iph->daddr,
net/sched/act_csum.c
297
udph->check = csum_tcpudp_magic(iph->saddr, iph->daddr,
net/tls/tls_device_fallback.c
178
th->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr, datalen,
tools/testing/selftests/bpf/network_helpers.h
230
return csum_tcpudp_magic(iph->saddr, iph->daddr, ntohs(udph->len),
tools/testing/selftests/bpf/prog_tests/xdp_metadata.c
183
udph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr,
tools/testing/selftests/bpf/progs/test_tcp_custom_syncookie.c
163
return csum_tcpudp_magic(ctx->ipv4->saddr, ctx->ipv4->daddr,
tools/testing/selftests/bpf/progs/xdp_synproxy_kern.c
630
if (csum_tcpudp_magic(hdr->ipv4->saddr, hdr->ipv4->daddr,
tools/testing/selftests/bpf/progs/xdp_synproxy_kern.c
694
hdr->tcp->check = csum_tcpudp_magic(hdr->ipv4->saddr,
tools/testing/selftests/bpf/xdp_hw_metadata.c
412
udph->check = ~csum_tcpudp_magic(iph->saddr, iph->daddr,