Lines Matching defs:tfrc_send_ccb
78 struct tfrc_send_ccb { struct
79 kmutex_t mutex; /* Lock for this structure */
80 struct dccpcb *pcb; /* Pointer to associated dccpcb */
81 u_int8_t state; /* Sender state */
83 struct fixpoint x; /* Current sending rate */
84 struct fixpoint x_recv; /* Receive rate */
85 struct fixpoint x_calc; /* Calculated send (?) rate */
87 u_int16_t s; /* Packet size */
89 u_int32_t rtt; /* Estimate of current round trip time */
90 struct fixpoint p; /* Current loss event rate */
91 u_int8_t last_win_count; /* Last window counter sent */
115 * returns: pointer to a tfrc_send_ccb struct on success, otherwise 0 argument