Searched refs:tha_sum (Results 1 – 8 of 8) sorted by relevance
106 uint16_t tha_sum; /* TCP checksum */ member
1815 old_sum = tcph->tha_sum; in tcp_verify_cksum()1816 tcph->tha_sum = 0; in tcp_verify_cksum()6225 tcph->tha_sum = 0; in tcp_set_cksum()6226 tcph->tha_sum = tcp_cksum((uint16_t *)&(iph->ip_ttl), in tcp_set_cksum()
429 tp_cksum = &((tcpha_t *)tph)->tha_sum; in ilb_full_nat()502 tp_cksum = &((tcpha_t *)tph)->tha_sum; in ilb_half_nat()
1265 tcpha->tha_sum = htons(sum); in tcp_output()1898 tcpha->tha_sum = htons(sum); in tcp_send()2152 tcpha->tha_sum = htons(sum); in tcp_send()2427 tcpha->tha_sum = htons(sum); in tcp_xmit_ctl()2605 tcpha->tha_sum = htons(sizeof (tcpha_t)); in tcp_xmit_early_reset()2957 tcpha->tha_sum = htons(u1); in tcp_xmit_mp_aux_iss()3233 tcpha->tha_sum = htons(data_length); in tcp_xmit_mp()
2899 tcpha->tha_sum = 0; in tcp_build_hdrs()2916 tcpha->tha_sum = htons(cksum); in tcp_build_hdrs()
2224 tcpha->tha_sum = htons(data_length); in tcp_ack_mp()
131 uint16_t tha_sum; /* TCP checksum */ member
755 sum += ~ntohs(tcpha->tha_sum) & 0xFFFF; in esp_fix_natt_checksums()758 tcpha->tha_sum = ~htons(sum); in esp_fix_natt_checksums()