Home
last modified time | relevance | path

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

/netbsd-src/sys/altq/
H A Daltq_flowvalve.h60 struct fve { struct
63 enum fv_state { Green, Red } fve_state; argument
65 int fve_p; /* scaled average drop rate */ argument
66 int fve_f; /* scaled average fraction */ argument
67 int fve_count; /* counter to update f */ argument
68 u_int fve_ifseq; /* ifseq at the last update of f */ argument
69 struct timeval fve_lastdrop; /* timestamp of the last drop */ argument
71 struct fv_flow fve_flow; /* unique address pair */ argument
H A Daltq_red.c354 struct fve *fve = NULL; in red_addq() local
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...]