Searched defs:tfrc_recv_ccb (Results 1 – 1 of 1) sorted by relevance
197 struct tfrc_recv_ccb { struct198 kmutex_t mutex; /* Lock for this structure */199 struct dccpcb *pcb; /* Pointer to associated dccpcb */200 u_int8_t state; /* Receiver state */202 struct fixpoint p; /* Loss event rate */204 struct li_hist_head li_hist; /* Loss interval history */229 * returns: pointer to a tfrc_recv_ccb struct on success, otherwise 0 argument