Home | History | Annotate | Download | only in pci

Lines Matching refs:th_sum

8687 				th.th_sum = in_cksum_phdr(ip.ip_src.s_addr,
8697 th.th_sum = in6_cksum_phdr(&ip6.ip6_src,
8700 m_copyback(m0, hlen + offsetof(struct tcphdr, th_sum),
8701 sizeof(th.th_sum), &th.th_sum);
8717 th->th_sum = in_cksum_phdr(ip->ip_src.s_addr,
8725 th->th_sum = in6_cksum_phdr(&ip6->ip6_src,
8780 WTX_TCPIP_TUCSO(offset + offsetof(struct tcphdr, th_sum)) |
9355 th.th_sum = in_cksum_phdr(ip.ip_src.s_addr,
9365 th.th_sum = in6_cksum_phdr(&ip6.ip6_src,
9368 m_copyback(m0, hlen + offsetof(struct tcphdr, th_sum),
9369 sizeof(th.th_sum), &th.th_sum);
9385 th->th_sum = in_cksum_phdr(ip->ip_src.s_addr,
9393 th->th_sum = in6_cksum_phdr(&ip6->ip6_src,