/titanic_50/usr/src/lib/libdtrace/common/ |
H A D | tcp.d.in | 105 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_50/usr/src/stand/lib/tcp/ |
H A D | tcp_inet.h | 80 } 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 D | tcp.c | 163 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_50/usr/src/uts/common/inet/ |
H A D | tcp.h | 103 } tcph_t; typedef 106 ((((tcph_t *)tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2))
|
/titanic_50/usr/src/cmd/dtrace/demo/ip/ |
H A D | tcprst.d | 81 (((tcph_t *)self->tcph)->th_offset_and_rsrvd[0] >>2) &(0xF << 2);
|
/titanic_50/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 2506 tcph_t *, tcpha); in tcp_input_data() 2627 void_ip_t *, iphdr, tcp_t *, tcp, tcph_t *, tcpha); in tcp_input_data() 2731 tcph_t *, NULL, int32_t, TCPS_SYN_SENT); in tcp_input_data() 3690 iphdr, tcp_t *, tcp, tcph_t *, tcpha); in tcp_input_data() 3735 iphdr, tcp_t *, tcp, tcph_t *, tcpha); in tcp_input_data() 3795 iphdr, tcp_t *, tcp, tcph_t *, tcpha); in tcp_input_data()
|
H A D | tcp_output.c | 2635 tcph_t *, tcpha); in tcp_xmit_early_reset()
|
H A D | tcp.c | 4292 tcph_t *, in tcp_do_connect()
|
/titanic_50/usr/src/uts/common/io/igb/ |
H A D | igb_tx.c | 739 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos); in igb_get_tx_context()
|
/titanic_50/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_tx.c | 854 l4_hdr_len = TCP_HDR_LENGTH((tcph_t *)pos); in ixgbe_get_context()
|
/titanic_50/usr/src/uts/common/io/ib/clients/eoib/ |
H A D | eib_data.c | 817 tcp_hdr_len = TCP_HDR_LENGTH((tcph_t *)tcp_start); in eib_data_setup_lso()
|
/titanic_50/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_tx.c | 542 + TCP_HDR_LENGTH((tcph_t *)tcp_start); in e1000g_retrieve_context()
|
/titanic_50/usr/src/uts/common/inet/nca/ |
H A D | nca.h | 1324 tcph_t *tcp_tcph; /* tcp header within combined hdr */
|
/titanic_50/usr/src/uts/common/inet/ilb/ |
H A D | ilb_conn.c | 705 TCP_HDR_LENGTH((tcph_t *)tcpha); in update_conn_tcp()
|
/titanic_50/usr/src/uts/common/io/i40e/ |
H A D | i40e_transceiver.c | 1822 off = offsetof(tcph_t, th_offset_and_rsrvd) + maclen + iplen; in mac_ether_offload_info()
|
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 2622 ctrl |= V_LSO_TCPHDR_LEN(TCP_HDR_LENGTH((tcph_t *)p) / 4); in write_txpkt_wr()
|
/titanic_50/usr/src/uts/common/io/ib/clients/ibd/ |
H A D | ibd.c | 6609 tcph_len = TCP_HDR_LENGTH((tcph_t *)tcp_start); in ibd_setup_lso()
|