Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_fusion.c343 tcp->tcp_tcpha->tha_seq = htonl(tcp->tcp_snxt); in tcp_unfuse()
345 peer_tcp->tcp_tcpha->tha_seq = htonl(peer_tcp->tcp_snxt); in tcp_unfuse()
565 recv_size += htonl(tcpha->tha_seq) - tcp->tcp_snxt; in tcp_fuse_output()
H A Dtcp_output.c1287 tcpha->tha_seq = htonl(snxt); in tcp_output()
1931 tcpha->tha_seq = htonl(*snxt); in tcp_send()
2460 tcpha->tha_seq = htonl(seq); in tcp_xmit_ctl()
2676 tcpha->tha_seq = htonl(seq); in tcp_xmit_early_reset()
2813 seg_seq = ntohl(tcpha->tha_seq); in tcp_xmit_listeners_reset()
3187 tcpha->tha_seq = htonl(seq); in tcp_xmit_mp()
H A Dtcp_input.c1865 seg_seq = ntohl(tcpha->tha_seq); in tcp_input_listener()
2273 tcpha->tha_seq = htonl(seq_no); in tcp_ack_mp()
2541 seg_seq = ntohl(tcpha->tha_seq); in tcp_input_data()
5767 seg_seq = ntohl(tcpha->tha_seq); in tcp_icmp_input()
5893 seg_seq = ntohl(tcpha->tha_seq); in tcp_icmp_error_ipv6()
5971 uint32_t seq = ntohl(tcpha->tha_seq); in tcp_verifyicmp()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h101 uint32_t tha_seq; /* Sequence number */ member
H A Dtcp.c2658 seg_seq = ntohl(tcph->tha_seq); in tcp_rput_data()
/illumos-gate/usr/src/cmd/mdb/common/modules/smbsrv/
H A Dsmbsrv_pcap.c283 tcp_hdr.tha_seq = htonl(*seqno); in smbsrv_pcap_dump()
/illumos-gate/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d133 seqno[self->conn_id, self->pcount] = ntohl(self->tcph->tha_seq);
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h129 uint32_t tha_seq; /* Sequence number */ member
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c713 seq = ntohl(tcpha->tha_seq); in update_conn_tcp()