Home
last modified time | relevance | path

Searched refs:tha_seq (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c331 tcp->tcp_tcpha->tha_seq = htonl(tcp->tcp_snxt); in tcp_unfuse()
333 peer_tcp->tcp_tcpha->tha_seq = htonl(peer_tcp->tcp_snxt); in tcp_unfuse()
543 recv_size += htonl(tcpha->tha_seq) - tcp->tcp_snxt; in tcp_fuse_output()
H A Dtcp_output.c1267 tcpha->tha_seq = htonl(snxt); in tcp_output()
1899 tcpha->tha_seq = htonl(*snxt); in tcp_send()
2421 tcpha->tha_seq = htonl(seq); in tcp_xmit_ctl()
2603 tcpha->tha_seq = htonl(seq); in tcp_xmit_early_reset()
2740 seg_seq = ntohl(tcpha->tha_seq); in tcp_xmit_listeners_reset()
3110 tcpha->tha_seq = htonl(seq); in tcp_xmit_mp()
H A Dtcp_input.c1756 seg_seq = ntohl(tcpha->tha_seq); in tcp_input_listener()
2163 tcpha->tha_seq = htonl(seq_no); in tcp_ack_mp()
2432 seg_seq = ntohl(tcpha->tha_seq); in tcp_input_data()
5580 seg_seq = ntohl(tcpha->tha_seq); in tcp_icmp_input()
5702 seg_seq = ntohl(tcpha->tha_seq); in tcp_icmp_error_ipv6()
5780 uint32_t seq = ntohl(tcpha->tha_seq); in tcp_verifyicmp()
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h101 uint32_t tha_seq; /* Sequence number */ member
H A Dtcp.c2659 seg_seq = ntohl(tcph->tha_seq); in tcp_rput_data()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h126 uint32_t tha_seq; /* Sequence number */ member
/titanic_41/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d133 seqno[self->conn_id, self->pcount] = ntohl(self->tcph->tha_seq);
/titanic_41/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c709 seq = ntohl(tcpha->tha_seq); in update_conn_tcp()