Lines Matching refs:send
122 uint32_t tcps_snxt; /* next sequence # to send */
125 uint32_t tcps_swnd; /* send window size */
126 int32_t tcps_snd_ws; /* send window scaling */
135 int tcps_retransmit; /* retransmit send event, boolean */
148 * from the tcp:::send and tcp:::recieve probes and translates the tcp_t *
150 * TCP fusion tcp:::send and tcp:::receive - this allows us to present the
174 arg3 != NULL && probename == "send" ?
181 arg3 != NULL && probename == "send" ?
188 arg3 != NULL && probename == "send" ?
195 arg3 != NULL && probename == "send" ?
249 * Determine if send is a retransmission by comparing the seq # to
254 tcps_retransmit = T && probename == "send" && arg4 != NULL &&