Home
last modified time | relevance | path

Searched refs:th_sum (Results 1 – 19 of 19) sorted by relevance

/titanic_50/usr/src/uts/common/netinet/
H A Dtcpip.h40 #define ti_sum ti_t.th_sum
H A Dtcp.h73 uint16_t th_sum; /* checksum */ member
/titanic_50/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c109 tcp->th_sum = 0; in myri10ge_lro_flush()
118 tcp->th_sum = 0xffff ^ tcp_csum; in myri10ge_lro_flush()
H A Dmyri10ge.c2352 stuff = start + offsetof(struct tcphdr, th_sum); in myri10ge_rx_csum()
2362 stuff = start + offsetof(struct tcphdr, th_sum); in myri10ge_rx_csum()
/titanic_50/usr/src/uts/common/io/nxge/
H A Dnxge_send.c1314 otcph->th_sum, in nxge_do_softlso()
1401 value, otcph->th_sum, in nxge_do_softlso()
1613 ntcph->th_sum = (sum & 0xffff); in nxge_do_softlso()
1629 ntcph->th_sum, in nxge_do_softlso()
1660 ntcph->th_sum = (sum & 0xffff); in nxge_do_softlso()
1668 ntcph->th_sum, in nxge_do_softlso()
1704 ntcph->th_sum = (sum & 0xffff); in nxge_do_softlso()
1715 ntcph->th_sum, sum, in nxge_do_softlso()
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c197 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_sum - dlc_header) + in interpret_tcp()
198 4, 1), "Checksum = 0x%04x", ntohs(tcp->th_sum)); in interpret_tcp()
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c415 deltaA = ntohs(th->th_sum); in vj_compress_tcp()
578 th->th_sum = htons((*cp << 8) | cp[1]); in vj_uncompress_tcp()
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp_inet.h78 uint8_t th_sum[2]; /* TCP checksum */ member
H A Dtcp.c6187 bzero(tcph->th_sum, sizeof (int16_t)); in tcp_xmit_early_reset()
/titanic_50/usr/src/lib/libdtrace/common/
H A Dtcp.d.in165 tcp_checksum = ntohs(*(uint16_t *)T->th_sum);
206 tcp_checksum = T != NULL ? ntohs(*(uint16_t *)((tcph_t *)T)->th_sum) :
/titanic_50/usr/src/uts/common/inet/
H A Dtcp.h101 uint8_t th_sum[2]; /* TCP checksum */ member
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dip_nat6.c1343 sum1 = ntohs(tcp->th_sum);
1344 fix_datacksum(&tcp->th_sum, sumd);
1345 sum2 = ntohs(tcp->th_sum);
1356 fix_datacksum(&tcp->th_sum, psumd);
H A Dip_fil_solaris.c1159 tcp2->th_sum = fr_cksum(m, (ip_t *)ip6, IPPROTO_TCP, tcp2);
1170 tcp2->th_sum = fr_cksum(m, ip, IPPROTO_TCP, tcp2);
2973 l4_csum_p = &tcp->th_sum;
H A Dip_state.c3120 fix_outcksum(&tcp->th_sum, is->is_sumd[0]);
3128 fix_outcksum(&tcp->th_sum, is->is_sumd[1]);
3158 fix_incksum(&tcp->th_sum, is->is_sumd[0]);
3166 fix_incksum(&tcp->th_sum, is->is_sumd[1]);
H A Dip_proxy.c614 csump = &tcp->th_sum;
H A Dip_nat.c3129 sum1 = ntohs(tcp->th_sum);
3130 fix_datacksum(&tcp->th_sum, sumd);
3131 sum2 = ntohs(tcp->th_sum);
3143 fix_datacksum(&tcp->th_sum, psumd);
4546 csump = &tcp->th_sum;
H A Dfil.c3011 csump = &((tcphdr_t *)l4hdr)->th_sum;
6018 csump = &((tcphdr_t *)fin->fin_dp)->th_sum;
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipftest.c784 csump += offsetof(tcphdr_t, th_sum);
/titanic_50/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1167 tcph->th_sum, urp, tcph->th_flags, tcp_flags); in tcphdr_print()