Searched refs:flowvalve (Results 1 – 3 of 3) sorted by relevance
| /netbsd/src/sys/altq/ |
| D | 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 *, 889 struct flowvalve *fv = rp->red_flowvalve; in redioctl() 1125 flowlist_lookup(struct flowvalve *fv, struct altq_pktattr *pktattr, in flowlist_lookup() [all …]
|
| D | altq_red.h | 119 struct flowvalve; 157 struct flowvalve *red_flowvalve; /* flowvalve state */
|
| D | altq_flowvalve.h | 75 struct flowvalve { struct
|