Home
last modified time | relevance | path

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

/include/asm-generic/
Dchecksum.h50 #ifndef csum_tcpudp_magic
52 csum_tcpudp_magic(__be32 saddr, __be32 daddr, __u32 len, in csum_tcpudp_magic() function
/include/net/
Dudp.h155 return csum_tcpudp_magic(saddr, daddr, len, IPPROTO_UDP, base); in udp_v4_check()
Dtcp.h1494 return csum_tcpudp_magic(saddr, daddr, len, IPPROTO_TCP, base); in tcp_v4_check()