dccp_tfrc.c | 560 struct s_hist_entry *elm, *elm2; local in function:tfrc_send_free 581 elm2 = TAILQ_NEXT(elm, linfo); 583 elm = elm2; 837 struct s_hist_entry *elm, *elm2; local in function:tfrc_send_packet_recv 983 elm2 = TAILQ_NEXT(elm, linfo); 985 while (elm2 != NULL) { 986 TAILQ_REMOVE(&(cb->hist), elm2, linfo); 987 free(elm2, M_TEMP); 988 elm2 = TAILQ_NEXT(elm, linfo); 1252 struct r_hist_entry *elm, *elm2; local in function:tfrc_recv_calcFirstLI 1344 struct r_hist_entry *elm, *elm2; local in function:tfrc_recv_add_hist 1451 struct r_hist_entry *bLoss, *aLoss, *elm, *elm2; local in function:tfrc_recv_detectLoss 1646 struct r_hist_entry *elm, *elm2; local in function:tfrc_recv_free [all...] |