Searched defs:tfrc_send_ccb (Results 1 – 1 of 1) sorted by relevance
78 struct tfrc_send_ccb { struct79 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 */ [all …]