Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
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()
1124 static inline struct fve *
1128 struct fve *fve; in flowlist_lookup() local
[all …]
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 */