Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ilb/
H A Dilb_nat.c427 orig_sport = &((tcpha_t *)tph)->tha_lport; in ilb_full_nat()
428 orig_dport = &((tcpha_t *)tph)->tha_fport; in ilb_full_nat()
429 tp_cksum = &((tcpha_t *)tph)->tha_sum; in ilb_full_nat()
499 orig_port = &((tcpha_t *)tph)->tha_fport; in ilb_half_nat()
501 orig_port = &((tcpha_t *)tph)->tha_lport; in ilb_half_nat()
502 tp_cksum = &((tcpha_t *)tph)->tha_sum; in ilb_half_nat()
H A Dilb.c1670 tcpha_t *tcph; in ilb_check()
1691 tcph = (tcpha_t *)tph; in ilb_check()
H A Dilb_conn.c695 update_conn_tcp(ilb_conn_t *connp, void *iph, tcpha_t *tcpha, int32_t pkt_len, in update_conn_tcp()
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h110 #define TCP_MAX_TCP_OPTIONS_LENGTH (60 - sizeof (tcpha_t))
120 (n) += TCP_HDR_LENGTH((tcpha_t *)&(mp)->b_rptr[(n)])
133 } tcpha_t; typedef
367 tcpha_t *tcp_tcpha; /* TCP header in conn_ht_iphc */
H A Dipclassifier.h710 conn_t *ipcl_tcp_lookup_reversed_ipv4(ipha_t *, tcpha_t *, int, ip_stack_t *);
711 conn_t *ipcl_tcp_lookup_reversed_ipv6(ip6_t *, tcpha_t *, int, uint_t,
723 conn_t *ipcl_conn_tcp_lookup_reversed_ipv4(conn_t *, ipha_t *, tcpha_t *,
725 conn_t *ipcl_conn_tcp_lookup_reversed_ipv6(conn_t *, ip6_t *, tcpha_t *,
H A Dtcp_impl.h616 extern void tcp_fuse(tcp_t *, uchar_t *, tcpha_t *);
656 extern boolean_t tcp_paws_check(tcp_t *, tcpha_t *, tcp_opt_t *);
724 uint32_t, int, tcpha_t *, ip_recv_attr_t *);
/titanic_41/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1087 tcpha_t *tcpha; in tcp_output()
1350 tcpha = (tcpha_t *)(rptr + ixa->ixa_ip_hdr_length); in tcp_output()
1791 tcpha_t *tcpha; in tcp_send()
2148 tcpha = (tcpha_t *)(rptr + in tcp_send()
2333 tcpha_t *tcpha; in tcp_xmit_ctl()
2376 tcpha = (tcpha_t *)&rptr[ip_hdr_len]; in tcp_xmit_ctl()
2448 tcpha_t *tcpha; in tcp_xmit_early_reset()
2562 tcpha = (tcpha_t *)&mp->b_rptr[ip_hdr_len]; in tcp_xmit_early_reset()
2568 len = ip_hdr_len + sizeof (tcpha_t); in tcp_xmit_early_reset()
2605 tcpha->tha_sum = htons(sizeof (tcpha_t)); in tcp_xmit_early_reset()
[all …]
H A Dtcp_fusion.c82 tcp_fuse(tcp_t *tcp, uchar_t *iphdr, tcpha_t *tcpha) in tcp_fuse()
534 tcpha_t *tcpha; in tcp_fuse_output()
540 tcpha = (tcpha_t *)&mp1->b_rptr[ip_hdr_len]; in tcp_fuse_output()
541 ASSERT((uchar_t *)tcpha + sizeof (tcpha_t) <= in tcp_fuse_output()
H A Dtcp_input.c174 static int tcp_parse_options(tcpha_t *, tcp_opt_t *);
175 static void tcp_process_options(tcp_t *, tcpha_t *);
241 tcp_parse_options(tcpha_t *tcpha, tcp_opt_t *tcpopt) in tcp_parse_options()
401 tcp_process_options(tcp_t *tcp, tcpha_t *tcpha) in tcp_process_options()
693 tcp_paws_check(tcp_t *tcp, tcpha_t *tcpha, tcp_opt_t *tcpoptp) in tcp_paws_check()
1316 tcpha_t *tcpha; in tcp_input_listener()
1334 tcpha = (tcpha_t *)&mp->b_rptr[ip_hdr_len]; in tcp_input_listener()
2124 tcpha_t *tcpha; in tcp_ack_mp()
2160 tcpha = (tcpha_t *)&rptr[ixa->ixa_ip_hdr_length]; in tcp_ack_mp()
2373 tcpha_t *tcpha; in tcp_input_data()
[all …]
H A Dtcp_tunables.c35 #define TCP_MSS_MAX_IPV4 (IP_MAXPACKET - (sizeof (ipha_t) + sizeof (tcpha_t)))
36 #define TCP_MSS_MAX_IPV6 (IP_MAXPACKET - (sizeof (ip6_t) + sizeof (tcpha_t)))
H A Dtcp_time_wait.c502 uint32_t seg_ack, int seg_len, tcpha_t *tcpha, ip_recv_attr_t *ira) in tcp_time_wait_processing()
H A Dtcp.c2864 tcpha_t *tcpha; in tcp_build_hdrs()
2892 tcpha = (tcpha_t *)connp->conn_ht_ulp; in tcp_build_hdrs()
2913 cksum = sizeof (tcpha_t) + connp->conn_sum; in tcp_build_hdrs()
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h108 } tcpha_t; typedef
H A Dtcp.c295 static tcp_t *tcp_lookup_ipv4(struct ip *, tcpha_t *, int, int *);
1802 tcpha_t *tcph; in tcp_verify_cksum()
1807 tcph = (tcpha_t *)(iph + 1); in tcp_verify_cksum()
1829 tcp_lookup_ipv4(struct ip *iph, tcpha_t *tcph, int min_state, int *sock_id) in tcp_lookup_ipv4()
1886 tcp_lookup_eager_ipv4(tcp_t *listener, struct ip *iph, tcpha_t *tcph) in tcp_lookup_eager_ipv4()
2617 tcpha_t *tcph; in tcp_rput_data()
2658 tcph = (tcpha_t *)&rptr[ip_hdr_len]; in tcp_rput_data()
6214 tcpha_t *tcph; in tcp_set_cksum()
6218 tcph = (tcpha_t *)(iph + 1); in tcp_set_cksum()
/titanic_41/usr/src/uts/common/inet/ip/
H A Dipclassifier.c1675 tcpha_t *tcpha; in ipcl_classify_v6()
1685 tcpha = (tcpha_t *)&mp->b_rptr[hdr_len]; in ipcl_classify_v6()
2378 ipcl_conn_tcp_lookup_reversed_ipv4(conn_t *connp, ipha_t *ipha, tcpha_t *tcpha, in ipcl_conn_tcp_lookup_reversed_ipv4()
2428 ipcl_conn_tcp_lookup_reversed_ipv6(conn_t *connp, ip6_t *ip6h, tcpha_t *tcpha, in ipcl_conn_tcp_lookup_reversed_ipv6()
2481 ipcl_tcp_lookup_reversed_ipv4(ipha_t *ipha, tcpha_t *tcpha, int min_state, in ipcl_tcp_lookup_reversed_ipv4()
2520 ipcl_tcp_lookup_reversed_ipv6(ip6_t *ip6h, tcpha_t *tcpha, int min_state, in ipcl_tcp_lookup_reversed_ipv6()
H A Dip6.c588 tcpha_t *tcpha; in icmp_inbound_verify_v6()
598 tcpha = (tcpha_t *)((uchar_t *)ip6h + hdr_length); in icmp_inbound_verify_v6()
774 tcpha_t *tcpha; in icmp_inbound_error_fanout_v6()
817 tcpha = (tcpha_t *)((uchar_t *)ip6h + hdr_length); in icmp_inbound_error_fanout_v6()
H A Dipsecesp.c744 tcpha_t *tcpha; in esp_fix_natt_checksums()
751 tcpha = (tcpha_t *)(data_mp->b_rptr + in esp_fix_natt_checksums()
H A Dip.c1793 tcpha_t *tcpha; in icmp_inbound_verify_v4()
1803 tcpha = (tcpha_t *)((uchar_t *)ipha + hdr_length); in icmp_inbound_verify_v4()
2078 tcpha_t *tcpha; in icmp_inbound_error_fanout_v4()
2128 tcpha = (tcpha_t *)((uchar_t *)ipha + hdr_length); in icmp_inbound_error_fanout_v4()
/titanic_41/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d79 self->tcph = (tcpha_t *)((char *)self->iph + this->iph_length);