Home | History | Annotate | Download | only in netinet

Lines Matching refs:r_hist_entry

1030 int tfrc_recv_add_hist(struct tfrc_recv_ccb *, struct r_hist_entry *);
1171 struct r_hist_entry *elm;
1252 struct r_hist_entry *elm, *elm2;
1342 tfrc_recv_add_hist(struct tfrc_recv_ccb * cb, struct r_hist_entry * packet)
1344 struct r_hist_entry *elm, *elm2;
1451 struct r_hist_entry *bLoss, *aLoss, *elm, *elm2;
1511 struct r_hist_entry *elm;
1646 struct r_hist_entry *elm, *elm2;
1693 struct r_hist_entry *packet;
1725 packet = malloc(sizeof(struct r_hist_entry), M_TEMP, M_NOWAIT); /* M_TEMP?? */