th_sum           2089 dev/pci/if_em.c 		    offsetof(struct tcphdr, th_sum);
th_sum           1363 dev/pci/if_ixgb.c 			offsetof(struct tcphdr, th_sum);
th_sum           1532 net/pf.c       					pf_change_a(&sack.start, &th->th_sum,
th_sum           1535 net/pf.c       					pf_change_a(&sack.end, &th->th_sum,
th_sum           1664 net/pf.c       		th->th_sum = in_cksum(m, len);
th_sum           1701 net/pf.c       		th->th_sum = in6_cksum(m, IPPROTO_TCP,
th_sum           2926 net/pf.c       				    &th->th_sum, &pd->naddr, nport, 0, af);
th_sum           2984 net/pf.c       				    &th->th_sum, &pd->naddr, nport, 0, af);
th_sum           3133 net/pf.c       					    pd->ip_sum, &th->th_sum,
th_sum           3168 net/pf.c       					    pd->ip_sum, &th->th_sum,
th_sum           3308 net/pf.c       				pf_change_a(&th->th_seq, &th->th_sum,
th_sum           3465 net/pf.c       					    pd->ip_sum, &th->th_sum, &pd->baddr,
th_sum           3470 net/pf.c       					    pd->ip_sum, &th->th_sum, &pd->baddr,
th_sum           3730 net/pf.c       			pf_change_a(&th->th_seq, &th->th_sum, htonl(seq +
th_sum           3732 net/pf.c       			pf_change_a(&th->th_ack, &th->th_sum, htonl(ack), 0);
th_sum           3782 net/pf.c       			pf_change_a(&th->th_seq, &th->th_sum, htonl(seq +
th_sum           3784 net/pf.c       			pf_change_a(&th->th_ack, &th->th_sum, htonl(ack), 0);
th_sum           4018 net/pf.c       			    &th->th_sum, &(*state)->state_key->gwy.addr,
th_sum           4022 net/pf.c       			    &th->th_sum, &(*state)->state_key->lan.addr,
th_sum           1307 net/pf_norm.c  		th->th_sum = pf_cksum_fixup(th->th_sum, ov, nv, 0);
th_sum           1313 net/pf_norm.c  		th->th_sum = pf_cksum_fixup(th->th_sum, th->th_urp, 0, 0);
th_sum           1513 net/pf_norm.c  						    &th->th_sum,
th_sum           1529 net/pf_norm.c  						    &th->th_sum, htonl(tsecr),
th_sum           1851 net/pf_norm.c  				th->th_sum = pf_cksum_fixup(th->th_sum,
th_sum            383 net/slcompress.c 	deltaA = ntohs(th->th_sum);
th_sum            550 net/slcompress.c 	th->th_sum = htons((*cp << 8) | cp[1]);
th_sum           2036 netinet/ip_output.c 		offset += offsetof(struct tcphdr, th_sum);
th_sum             67 netinet/tcp.h  	u_int16_t th_sum;			/* checksum */
th_sum           4332 netinet/tcp_input.c 		th->th_sum = 0;
th_sum           4333 netinet/tcp_input.c 		th->th_sum = in_cksum(m, tlen);
th_sum           4338 netinet/tcp_input.c 		th->th_sum = 0;
th_sum           4339 netinet/tcp_input.c 		th->th_sum = in6_cksum(m, IPPROTO_TCP, hlen, tlen - hlen);
th_sum            952 netinet/tcp_output.c 			th->th_sum = in_cksum_addword(th->th_sum,
th_sum            958 netinet/tcp_output.c 		th->th_sum = in6_cksum(m, IPPROTO_TCP, sizeof(struct ip6_hdr),
th_sum            261 netinet/tcp_subr.c 			th->th_sum = in_cksum_phdr(ipovly->ih_src.s_addr,
th_sum            285 netinet/tcp_subr.c 			th->th_sum = 0;
th_sum            435 netinet/tcp_subr.c 		th->th_sum = 0;
th_sum            436 netinet/tcp_subr.c 		th->th_sum = in6_cksum(m, IPPROTO_TCP,
th_sum            453 netinet/tcp_subr.c 		th->th_sum = 0;
th_sum            454 netinet/tcp_subr.c 		th->th_sum = in_cksum(m, tlen);
th_sum           1169 netinet/tcp_subr.c 	th0.th_sum = 0;
th_sum             58 netinet/tcpip.h #define	ti_sum		ti_t.th_sum
th_sum             65 netinet6/tcpipv6.h #define	ti6_sum		ti6_t.th_sum