Symbol: tcpha_t
usr/src/cmd/mdb/common/modules/smbsrv/smbsrv_pcap.c
215
tcpha_t tcp_hdr;
usr/src/stand/lib/tcp/tcp.c
1801
tcpha_t *tcph;
usr/src/stand/lib/tcp/tcp.c
1806
tcph = (tcpha_t *)(iph + 1);
usr/src/stand/lib/tcp/tcp.c
1828
tcp_lookup_ipv4(struct ip *iph, tcpha_t *tcph, int min_state, int *sock_id)
usr/src/stand/lib/tcp/tcp.c
1885
tcp_lookup_eager_ipv4(tcp_t *listener, struct ip *iph, tcpha_t *tcph)
usr/src/stand/lib/tcp/tcp.c
2616
tcpha_t *tcph;
usr/src/stand/lib/tcp/tcp.c
2657
tcph = (tcpha_t *)&rptr[ip_hdr_len];
usr/src/stand/lib/tcp/tcp.c
294
static tcp_t *tcp_lookup_ipv4(struct ip *, tcpha_t *, int, int *);
usr/src/stand/lib/tcp/tcp.c
6213
tcpha_t *tcph;
usr/src/stand/lib/tcp/tcp.c
6217
tcph = (tcpha_t *)(iph + 1);
usr/src/uts/common/inet/ilb/ilb.c
1670
tcpha_t *tcph;
usr/src/uts/common/inet/ilb/ilb.c
1693
tcph = (tcpha_t *)tph;
usr/src/uts/common/inet/ilb/ilb_conn.c
698
update_conn_tcp(ilb_conn_t *connp, void *iph, tcpha_t *tcpha, int32_t pkt_len,
usr/src/uts/common/inet/ilb/ilb_nat.c
427
orig_sport = &((tcpha_t *)tph)->tha_lport;
usr/src/uts/common/inet/ilb/ilb_nat.c
428
orig_dport = &((tcpha_t *)tph)->tha_fport;
usr/src/uts/common/inet/ilb/ilb_nat.c
429
tp_cksum = &((tcpha_t *)tph)->tha_sum;
usr/src/uts/common/inet/ilb/ilb_nat.c
499
orig_port = &((tcpha_t *)tph)->tha_fport;
usr/src/uts/common/inet/ilb/ilb_nat.c
501
orig_port = &((tcpha_t *)tph)->tha_lport;
usr/src/uts/common/inet/ilb/ilb_nat.c
502
tp_cksum = &((tcpha_t *)tph)->tha_sum;
usr/src/uts/common/inet/ip/ip.c
1791
tcpha_t *tcpha;
usr/src/uts/common/inet/ip/ip.c
1801
tcpha = (tcpha_t *)((uchar_t *)ipha + hdr_length);
usr/src/uts/common/inet/ip/ip.c
2076
tcpha_t *tcpha;
usr/src/uts/common/inet/ip/ip.c
2126
tcpha = (tcpha_t *)((uchar_t *)ipha + hdr_length);
usr/src/uts/common/inet/ip/ip6.c
590
tcpha_t *tcpha;
usr/src/uts/common/inet/ip/ip6.c
600
tcpha = (tcpha_t *)((uchar_t *)ip6h + hdr_length);
usr/src/uts/common/inet/ip/ip6.c
764
tcpha_t *tcpha;
usr/src/uts/common/inet/ip/ip6.c
807
tcpha = (tcpha_t *)((uchar_t *)ip6h + hdr_length);
usr/src/uts/common/inet/ip/ipclassifier.c
1686
tcpha_t *tcpha;
usr/src/uts/common/inet/ip/ipclassifier.c
1697
tcpha = (tcpha_t *)&mp->b_rptr[hdr_len];
usr/src/uts/common/inet/ip/ipclassifier.c
2396
ipcl_conn_tcp_lookup_reversed_ipv4(conn_t *connp, ipha_t *ipha, tcpha_t *tcpha,
usr/src/uts/common/inet/ip/ipclassifier.c
2446
ipcl_conn_tcp_lookup_reversed_ipv6(conn_t *connp, ip6_t *ip6h, tcpha_t *tcpha,
usr/src/uts/common/inet/ip/ipclassifier.c
2499
ipcl_tcp_lookup_reversed_ipv4(ipha_t *ipha, tcpha_t *tcpha, int min_state,
usr/src/uts/common/inet/ip/ipclassifier.c
2538
ipcl_tcp_lookup_reversed_ipv6(ip6_t *ip6h, tcpha_t *tcpha, int min_state,
usr/src/uts/common/inet/ip/ipsecesp.c
675
tcpha_t *tcpha;
usr/src/uts/common/inet/ip/ipsecesp.c
682
tcpha = (tcpha_t *)(data_mp->b_rptr +
usr/src/uts/common/inet/ipclassifier.h
717
conn_t *ipcl_tcp_lookup_reversed_ipv4(ipha_t *, tcpha_t *, int, ip_stack_t *);
usr/src/uts/common/inet/ipclassifier.h
718
conn_t *ipcl_tcp_lookup_reversed_ipv6(ip6_t *, tcpha_t *, int, uint_t,
usr/src/uts/common/inet/ipclassifier.h
730
conn_t *ipcl_conn_tcp_lookup_reversed_ipv4(conn_t *, ipha_t *, tcpha_t *,
usr/src/uts/common/inet/ipclassifier.h
732
conn_t *ipcl_conn_tcp_lookup_reversed_ipv6(conn_t *, ip6_t *, tcpha_t *,
usr/src/uts/common/inet/tcp.h
113
#define TCP_MAX_TCP_OPTIONS_LENGTH (60 - sizeof (tcpha_t))
usr/src/uts/common/inet/tcp.h
123
(n) += TCP_HDR_LENGTH((tcpha_t *)&(mp)->b_rptr[(n)])
usr/src/uts/common/inet/tcp.h
370
tcpha_t *tcp_tcpha; /* TCP header in conn_ht_iphc */
usr/src/uts/common/inet/tcp/tcp.c
2900
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp.c
2928
tcpha = (tcpha_t *)connp->conn_ht_ulp;
usr/src/uts/common/inet/tcp/tcp.c
2949
cksum = sizeof (tcpha_t) + connp->conn_sum;
usr/src/uts/common/inet/tcp/tcp_fusion.c
556
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_fusion.c
562
tcpha = (tcpha_t *)&mp1->b_rptr[ip_hdr_len];
usr/src/uts/common/inet/tcp/tcp_fusion.c
563
ASSERT((uchar_t *)tcpha + sizeof (tcpha_t) <=
usr/src/uts/common/inet/tcp/tcp_fusion.c
84
tcp_fuse(tcp_t *tcp, uchar_t *iphdr, tcpha_t *tcpha)
usr/src/uts/common/inet/tcp/tcp_input.c
1440
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_input.c
1458
tcpha = (tcpha_t *)&mp->b_rptr[ip_hdr_len];
usr/src/uts/common/inet/tcp/tcp_input.c
168
static boolean_t tcp_process_options(mblk_t *mp, tcp_t *, tcpha_t *,
usr/src/uts/common/inet/tcp/tcp_input.c
2252
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_input.c
2288
tcpha = (tcpha_t *)&rptr[ixa->ixa_ip_hdr_length];
usr/src/uts/common/inet/tcp/tcp_input.c
2501
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_input.c
2558
tcpha = (tcpha_t *)&rptr[ip_hdr_len];
usr/src/uts/common/inet/tcp/tcp_input.c
2625
tcpha = (tcpha_t *)&rptr[ip_hdr_len];
usr/src/uts/common/inet/tcp/tcp_input.c
362
tcp_parse_options(tcpha_t *tcpha, tcp_opt_t *tcpopt)
usr/src/uts/common/inet/tcp/tcp_input.c
546
tcp_process_options(mblk_t *mp, tcp_t *tcp, tcpha_t *tcpha, ip_recv_attr_t *ira,
usr/src/uts/common/inet/tcp/tcp_input.c
5729
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_input.c
5774
tcpha = (tcpha_t *)((char *)ipha + iph_hdr_length);
usr/src/uts/common/inet/tcp/tcp_input.c
5879
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_input.c
5901
tcpha = (tcpha_t *)((char *)ip6h + iph_hdr_length);
usr/src/uts/common/inet/tcp/tcp_input.c
5989
tcpha_t *tcpha = (tcpha_t *)arg2;
usr/src/uts/common/inet/tcp/tcp_output.c
1104
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_output.c
1370
tcpha = (tcpha_t *)(rptr + ixa->ixa_ip_hdr_length);
usr/src/uts/common/inet/tcp/tcp_output.c
1821
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_output.c
2185
tcpha = (tcpha_t *)(rptr +
usr/src/uts/common/inet/tcp/tcp_output.c
2370
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_output.c
2413
tcpha = (tcpha_t *)&rptr[ip_hdr_len];
usr/src/uts/common/inet/tcp/tcp_output.c
2519
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_output.c
2633
tcpha = (tcpha_t *)&mp->b_rptr[ip_hdr_len];
usr/src/uts/common/inet/tcp/tcp_output.c
2639
len = ip_hdr_len + sizeof (tcpha_t);
usr/src/uts/common/inet/tcp/tcp_output.c
2676
tcpha->tha_sum = htons(sizeof (tcpha_t));
usr/src/uts/common/inet/tcp/tcp_output.c
2756
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_output.c
2810
tcpha = (tcpha_t *)&rptr[ip_hdr_len];
usr/src/uts/common/inet/tcp/tcp_output.c
2847
tcp_xmit_mp_aux_iss(tcp_t *tcp, conn_t *connp, tcpha_t *tcpha, mblk_t *mp,
usr/src/uts/common/inet/tcp/tcp_output.c
3099
tcpha_t *tcpha;
usr/src/uts/common/inet/tcp/tcp_output.c
3184
tcpha = (tcpha_t *)&rptr[ixa->ixa_ip_hdr_length];
usr/src/uts/common/inet/tcp/tcp_output.c
3729
tcpha_t *tcp_tmpl, *tcpha;
usr/src/uts/common/inet/tcp/tcp_output.c
3740
tcpha = (tcpha_t *)(rptr + connp->conn_ixa->ixa_ip_hdr_length);
usr/src/uts/common/inet/tcp/tcp_sig.c
1250
tcpsig_signature(mblk_t *mp, tcp_t *tcp, tcpha_t *tcpha, int tcplen,
usr/src/uts/common/inet/tcp/tcp_sig.c
1324
tcpsig_verify(mblk_t *mp, tcp_t *tcp, tcpha_t *tcpha, ip_recv_attr_t *ira,
usr/src/uts/common/inet/tcp/tcp_time_wait.c
599
uint32_t seg_ack, int seg_len, tcpha_t *tcpha, ip_recv_attr_t *ira)
usr/src/uts/common/inet/tcp/tcp_tunables.c
36
#define TCP_MSS_MAX_IPV4 (IP_MAXPACKET - (sizeof (ipha_t) + sizeof (tcpha_t)))
usr/src/uts/common/inet/tcp/tcp_tunables.c
37
#define TCP_MSS_MAX_IPV6 (IP_MAXPACKET - (sizeof (ip6_t) + sizeof (tcpha_t)))
usr/src/uts/common/inet/tcp_impl.h
707
extern void tcp_fuse(tcp_t *, uchar_t *, tcpha_t *);
usr/src/uts/common/inet/tcp_impl.h
749
extern int tcp_parse_options(tcpha_t *, tcp_opt_t *);
usr/src/uts/common/inet/tcp_impl.h
817
uint32_t, int, tcpha_t *, ip_recv_attr_t *);
usr/src/uts/common/inet/tcp_sig.h
71
extern bool tcpsig_signature(mblk_t *, tcp_t *, tcpha_t *, int, uint8_t *,
usr/src/uts/common/inet/tcp_sig.h
73
extern bool tcpsig_verify(mblk_t *, tcp_t *, tcpha_t *, ip_recv_attr_t *,
usr/src/uts/common/io/vioif/vioif.c
1329
tcpha_t *tcpha;
usr/src/uts/common/io/vioif/vioif.c
1364
tcpha = (tcpha_t *)(pullmp->b_rptr + meo.meoi_l2hlen +
usr/src/uts/common/io/vioif/vioif.c
1367
tcpha = (tcpha_t *)(mp->b_rptr + meo.meoi_l2hlen +