Home
last modified time | relevance | path

Searched refs:fve (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/altq/
H A Daltq_red.c212 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; in red_addq() local
357 if (fv_checkflow(rp->red_flowvalve, pktattr, &fve)) { in red_addq()
471 fv_dropbyred(rp->red_flowvalve, pktattr, fve); in red_addq()
1084 #define FV_TTHRESH 3 /* time threshold to delete fve */
1128 struct fve *fve; flowlist_lookup() local
1195 struct fve *fve; flowlist_reclaim() local
1237 flowlist_move_to_head(struct flowvalve * fv,struct fve * fve) flowlist_move_to_head() argument
1252 struct fve *fve; fv_alloc() local
1331 struct fve *fve; fv_checkflow() local
1409 struct fve *fve; fv_dropbyred() local
[all...]
H A Daltq_flowvalve.h60 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 */