HomeSort by: relevance | last modified time | path
    Searched refs:tfrc_recv_ccb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
dccp_tfrc.h 197 struct tfrc_recv_ccb { struct
229 * returns: pointer to a tfrc_recv_ccb struct on success, otherwise 0
dccp_tfrc.c 1028 long tfrc_calclmean(struct tfrc_recv_ccb *);
1029 void tfrc_recv_send_feedback(struct tfrc_recv_ccb *);
1030 int tfrc_recv_add_hist(struct tfrc_recv_ccb *, struct r_hist_entry *);
1031 void tfrc_recv_detectLoss(struct tfrc_recv_ccb *);
1032 u_int32_t tfrc_recv_calcFirstLI(struct tfrc_recv_ccb *);
1033 void tfrc_recv_updateLI(struct tfrc_recv_ccb *, long, u_int8_t);
1081 tfrc_calclmean(struct tfrc_recv_ccb * cb)
1167 tfrc_recv_send_feedback(struct tfrc_recv_ccb * cb)
1250 tfrc_recv_calcFirstLI(struct tfrc_recv_ccb * cb)
1342 tfrc_recv_add_hist(struct tfrc_recv_ccb * cb, struct r_hist_entry * packet
    [all...]

Completed in 23 milliseconds