Lines Matching defs:tcplike_send_ccb
51 struct tcplike_send_ccb struct
53 kmutex_t mutex;
54 struct dccpcb *pcb; /* Pointer to associated dccpcb */
55 dccp_seq cwnd; /* congestion window */
56 dccp_seq ssthresh;
57 dccp_seq oldcwnd_ts; /* old cwnd tail seqnr */
59 u_int16_t rtt; /* estimated round trip-time */
60 u_int16_t rto; /* Timeout value */
61 u_int16_t rtt_d;
63 int16_t outstanding; /* Number of unacked packets sent */
64 u_int16_t rcvr_ackratio; /* Receiver ack ratio */
66 u_int16_t acked_in_win; /* No of acked packets in the window */
67 u_int8_t acked_windows; /* No of acked windows with no lost Acks */
69 u_int32_t ack_last; /* Last ok Ack packet */
70 u_int32_t ack_miss; /* oldest missing Ack packet */
94 * returns: pointer to a tcplike_send_ccb struct on success, otherwise 0 argument