···200200#define csum_tcpudp_nofold csum_tcpudp_nofold201201202202/*203203- * computes the checksum of the TCP/UDP pseudo-header204204- * returns a 16-bit checksum, already complemented205205- */206206-static inline __sum16 csum_tcpudp_magic(__be32 saddr, __be32 daddr,207207- unsigned short len,208208- unsigned short proto,209209- __wsum sum)210210-{211211- return csum_fold(csum_tcpudp_nofold(saddr, daddr, len, proto, sum));212212-}213213-#define csum_tcpudp_magic csum_tcpudp_magic214214-215215-/*216203 * this routine is used for miscellaneous IP-like checksums, mainly217204 * in icmp.c218205 */