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

  /src/sys/netinet/
dccp_tfrc.h 175 TAILQ_HEAD(r_hist_head,r_hist_entry);
177 struct r_hist_entry { struct
178 TAILQ_ENTRY(r_hist_entry) linfo; /* Tail queue. */
dccp_tfrc.c 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?? *
    [all...]

Completed in 14 milliseconds