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

  /src/sys/altq/
altq_flowvalve.h 60 struct fve { struct
61 TAILQ_ENTRY(fve) fve_lru; /* for LRU list */
80 TAILQ_HEAD(fv_flowhead, fve) fv_flowlist; /* LRU list */
82 struct fve *fv_fves; /* pointer to the allocated fves */
87 u_int pass; /* # of packets that have the fve
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 *);
221 struct fve **);
223 struct fve *);
354 struct fve *fve = NULL; local in function:red_addq
357 if (fv_checkflow(rp->red_flowvalve, pktattr, &fve)) {
471 fv_dropbyred(rp->red_flowvalve, pktattr, fve);
1084 #define FV_TTHRESH 3 /* time threshold to delete fve */
1128 struct fve *fve; local in function:flowlist_lookup
1195 struct fve *fve; local in function:flowlist_reclaim
1252 struct fve *fve; local in function:fv_alloc
1331 struct fve *fve; local in function:fv_checkflow
1409 struct fve *fve; local in function:fv_dropbyred
    [all...]

Completed in 84 milliseconds