Lines Matching refs:tcp_t
109 * tcpsinfo contains stable TCP details from tcp_t.
147 * the non-NULL tcph_t * passed in or, if it is NULL, uses arg3 (tcp_t *)
148 * from the tcp:::send and tcp:::recieve probes and translates the tcp_t *
151 * consumer with header data based on tcp_t * content and hide TCP fusion
175 ntohs(((tcp_t *)arg3)->tcp_connp->u_port.connu_ports.connu_lport) :
177 ntohs(((tcp_t *)arg3)->tcp_connp->u_port.connu_ports.connu_fport) :
182 ntohs(((tcp_t *)arg3)->tcp_connp->u_port.connu_ports.connu_fport) :
184 ntohs(((tcp_t *)arg3)->tcp_connp->u_port.connu_ports.connu_lport) :
189 ((tcp_t *)arg3)->tcp_snxt - ((tcp_t *)arg3)->tcp_last_sent_len :
191 ((tcp_t *)arg3)->tcp_rnxt - ((tcp_t *)arg3)->tcp_last_recv_len :
196 ((tcp_t *)arg3)->tcp_rnxt :
198 ((tcp_t *)arg3)->tcp_snxt :
205 arg3 != NULL ? ((tcp_t *)arg3)->tcp_swnd : 0;
213 translator tcpsinfo_t < tcp_t *T > {
216 * The following two members should just use tcp_t->tcp_loopback
217 * and tcp_t->tcp_active_open, however these are bit fields and