Searched refs:csum_tcpudp_magic (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | xdp_synproxy_kern.c | 124 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()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/ |
H A D | xskxceiver.c | 212 static __u16 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, __u8 proto, __u32 sum) in csum_tcpudp_magic() function 226 return csum_tcpudp_magic(saddr, daddr, len, proto, csum); in udp_csum()
|