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

  /src/sys/altq/
altq_cdnr.c 75 static LIST_HEAD(, top_cdnr) tcb_list;
78 static struct top_cdnr *tcb_lookup(char *ifname);
81 static void *cdnr_cballoc(struct top_cdnr *, int,
89 static struct top_cdnr *top_create(struct ifaltq *);
90 static int top_destroy(struct top_cdnr *);
91 static struct cdnr_block *element_create(struct top_cdnr *, struct tc_action *);
94 static struct tbmeter *tbm_create(struct top_cdnr *, struct tb_profile *,
98 static struct trtcm *trtcm_create(struct top_cdnr *,
104 static struct tswtcm *tswtcm_create(struct top_cdnr *,
137 struct top_cdnr *top
    [all...]
if_altq.h 36 struct altq_pktattr; struct tb_regulator; struct top_cdnr;
68 struct top_cdnr *altq_cdnr;
altq_cdnr.h 254 struct top_cdnr *cb_top; /* back pointer to top */
263 struct top_cdnr { struct
266 LIST_ENTRY(top_cdnr) tc_next;

Completed in 13 milliseconds