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

  /src/sys/altq/
altq_cdnr.h 48 struct cdnr_block;
57 struct cdnr_block *un_next; /* next tc element block */
248 struct cdnr_block { struct
249 LIST_ENTRY(cdnr_block) cb_next;
256 struct tc_action *(*cb_input)(struct cdnr_block *,
264 struct cdnr_block tc_block;
269 LIST_HEAD(, cdnr_block) tc_elements;
288 struct cdnr_block cdnrblk; /* conditioner block */
298 struct cdnr_block cdnrblk; /* conditioner block */
315 struct cdnr_block cdnrblk; /* conditioner block *
    [all...]
altq_cdnr.c 79 static struct cdnr_block *cdnr_handle2cb(u_long);
80 static u_long cdnr_cb2handle(struct cdnr_block *);
82 struct tc_action *(*)(struct cdnr_block *, struct cdnr_pktinfo *));
88 static int generic_element_destroy(struct cdnr_block *);
91 static struct cdnr_block *element_create(struct top_cdnr *, struct tc_action *);
92 static int element_destroy(struct cdnr_block *);
97 static struct tc_action *tbm_input(struct cdnr_block *, struct cdnr_pktinfo *);
103 static struct tc_action *trtcm_input(struct cdnr_block *, struct cdnr_pktinfo *);
108 static struct tc_action *tswtcm_input(struct cdnr_block *, struct cdnr_pktinfo *);
139 struct cdnr_block *cb
    [all...]

Completed in 13 milliseconds