K 10 svn:author V 6 jlemon K 8 svn:date V 27 2000-05-06T18:18:32.000000Z K 7 svn:log V 250 Make in_cksum() a macro call to in_cksum_skip(), since it provides the same functionality. Sharing code should help cache issues. Remove in_cksum_partial, since its not being used, and we now have a way to compute partial checksums on mbuf chains. END