/titanic_50/usr/src/uts/common/netinet/ |
H A D | tcpip.h | 40 #define ti_sum ti_t.th_sum
|
H A D | tcp.h | 73 uint16_t th_sum; /* checksum */ member
|
/titanic_50/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge_lro.c | 109 tcp->th_sum = 0; in myri10ge_lro_flush() 118 tcp->th_sum = 0xffff ^ tcp_csum; in myri10ge_lro_flush()
|
H A D | myri10ge.c | 2352 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 D | nxge_send.c | 1314 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 D | snoop_tcp.c | 197 (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 D | vjcompress.c | 415 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 D | tcp_inet.h | 78 uint8_t th_sum[2]; /* TCP checksum */ member
|
H A D | tcp.c | 6187 bzero(tcph->th_sum, sizeof (int16_t)); in tcp_xmit_early_reset()
|
/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | tcp.d.in | 165 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 D | tcp.h | 101 uint8_t th_sum[2]; /* TCP checksum */ member
|
/titanic_50/usr/src/uts/common/inet/ipf/ |
H A D | ip_nat6.c | 1343 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 D | ip_fil_solaris.c | 1159 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 D | ip_state.c | 3120 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 D | ip_proxy.c | 614 csump = &tcp->th_sum;
|
H A D | ip_nat.c | 3129 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 D | fil.c | 3011 csump = &((tcphdr_t *)l4hdr)->th_sum; 6018 csump = &((tcphdr_t *)fin->fin_dp)->th_sum;
|
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipftest.c | 784 csump += offsetof(tcphdr_t, th_sum);
|
/titanic_50/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 1167 tcph->th_sum, urp, tcph->th_flags, tcp_flags); in tcphdr_print()
|