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

  /src/sys/altq/
altq_flowvalve.h 59 /* flowvalve entry */
74 /* flowvalve structure */
75 struct flowvalve { struct
altq_red.c 212 static inline struct fve *flowlist_lookup(struct flowvalve *,
214 static inline struct fve *flowlist_reclaim(struct flowvalve *,
216 static inline void flowlist_move_to_head(struct flowvalve *, struct fve *);
217 static inline int fv_p2f(struct flowvalve *, int);
218 static struct flowvalve *fv_alloc(struct red *);
219 static void fv_destroy(struct flowvalve *);
220 static int fv_checkflow(struct flowvalve *, struct altq_pktattr *,
222 static void fv_dropbyred(struct flowvalve *fv, struct altq_pktattr *,
316 /* if fv_alloc fails, flowvalve is just disabled */
889 struct flowvalve *fv = rp->red_flowvalve
    [all...]
altq_red.h 58 /* flowvalve related stuff */
82 #define REDF_FLOWVALVE 0x04 /* use flowvalve (aka penalty-box) */
119 struct flowvalve;
157 struct flowvalve *red_flowvalve; /* flowvalve state */

Completed in 13 milliseconds