Home
last modified time | relevance | path

Searched refs:tcph_t (Results 1 – 17 of 17) sorted by relevance

/titanic_44/usr/src/lib/libdtrace/common/
H A Dtcp.d.in105 tcph_t *tcp_hdr; /* raw TCP header */
147 * the non-NULL tcph_t * passed in or, if it is NULL, uses arg3 (tcp_t *)
154 typedef tcph_t * __dtrace_tcp_tcph_t;
157 translator tcpinfo_t < tcph_t *T > {
173 T != NULL ? ntohs(*(uint16_t *)((tcph_t *)T)->th_lport) :
180 T != NULL ? ntohs(*(uint16_t *)((tcph_t *)T)->th_fport) :
187 T != NULL ? ntohl(*(uint32_t *)((tcph_t *)T)->th_seq) :
194 T != NULL ? ntohl(*(uint32_t *)((tcph_t *)T)->th_ack) :
201 (*(uint8_t *)((tcph_t *)T)->th_offset_and_rsrvd & 0xf0) >> 2 :
203 tcp_flags = T != NULL ? *(uint8_t *)((tcph_t *)T)->th_flags : TH_ACK;
[all …]
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h80 } tcph_t; typedef
86 #define TCP_MAX_TCP_OPTIONS_LENGTH (60 - sizeof (tcph_t))
95 (n) += TCP_HDR_LENGTH((tcph_t *)&(mp)->b_rptr[(n)])
214 tcph_t *tcp_tcph; /* tcp header within combined hdr */
H A Dtcp.c163 sizeof (tcph_t)))
305 static int tcp_parse_options(tcph_t *, tcp_opt_t *);
306 static boolean_t tcp_paws_check(tcp_t *, tcph_t *, tcp_opt_t *);
307 static void tcp_process_options(tcp_t *, tcph_t *);
325 uint32_t, int, tcph_t *, int sock_id);
434 return (sizeof (tcph_t)); in tcp_header_len()
441 return (TCP_HDR_LENGTH((tcph_t *)(pkt + IPH_HDR_LENGTH(pkt)))); in tcp_header_len()
455 return (*(uint16_t *)(((tcph_t *)tcphp)->th_lport)); in tcp_report_ports()
456 return (*(uint16_t *)(((tcph_t *)tcphp)->th_fport)); in tcp_report_ports()
1265 tcph_t *tcph; in tcp_connect()
[all …]
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h103 } tcph_t; typedef
106 ((((tcph_t *)tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))
/titanic_44/usr/src/cmd/dtrace/demo/ip/
H A Dtcprst.d81 (((tcph_t *)self->tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2);
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c2558 tcph_t *, tcpha); in tcp_input_data()
2679 void_ip_t *, iphdr, tcp_t *, tcp, tcph_t *, tcpha); in tcp_input_data()
2783 tcph_t *, NULL, int32_t, TCPS_SYN_SENT); in tcp_input_data()
3719 iphdr, tcp_t *, tcp, tcph_t *, tcpha); in tcp_input_data()
3764 iphdr, tcp_t *, tcp, tcph_t *, tcpha); in tcp_input_data()
3824 iphdr, tcp_t *, tcp, tcph_t *, tcpha); in tcp_input_data()
H A Dtcp_output.c2621 tcph_t *, tcpha); in tcp_xmit_early_reset()
H A Dtcp.c4292 tcph_t *, in tcp_do_connect()
/titanic_44/usr/src/uts/common/io/igb/
H A Digb_tx.c739 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos); in igb_get_tx_context()
/titanic_44/usr/src/uts/common/io/ixgbe/
H A Dixgbe_tx.c854 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos); in ixgbe_get_context()
/titanic_44/usr/src/uts/common/io/ib/clients/eoib/
H A Deib_data.c817 tcp_hdr_len = TCP_HDR_LENGTH((tcph_t *)tcp_start); in eib_data_setup_lso()
/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c542 + TCP_HDR_LENGTH((tcph_t *)tcp_start); in e1000g_retrieve_context()
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1324 tcph_t *tcp_tcph; /* tcp header within combined hdr */
/titanic_44/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c705 TCP_HDR_LENGTH((tcph_t *)tcpha); in update_conn_tcp()
/titanic_44/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c1822 off = offsetof(tcph_t, th_offset_and_rsrvd) + maclen + iplen; in mac_ether_offload_info()
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2622 ctrl |= V_LSO_TCPHDR_LEN(TCP_HDR_LENGTH((tcph_t *)p) / 4); in write_txpkt_wr()
/titanic_44/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd.c6609 tcph_len = TCP_HDR_LENGTH((tcph_t *)tcp_start); in ibd_setup_lso()