Home
last modified time | relevance | path

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

/openbsd-src/sys/net/
H A Dfq_codel.c522 return (&fqc->flows[index]); in classify_flow() argument
535 fqcodel_enq(struct fqcodel * fqc,struct mbuf * m) fqcodel_enq() argument
587 select_queue(struct fqcodel * fqc) select_queue() argument
599 first_flow(struct fqcodel * fqc,struct flowq ** fq) first_flow() argument
621 next_flow(struct fqcodel * fqc,struct flow * flow,struct flowq ** fq) next_flow() argument
641 fqcodel_deq_begin(struct fqcodel * fqc,void ** cookiep,struct mbuf_list * free_ml) fqcodel_deq_begin() argument
678 fqcodel_deq_commit(struct fqcodel * fqc,struct mbuf * m,void * cookie) fqcodel_deq_commit() argument
692 fqcodel_purge(struct fqcodel * fqc,struct mbuf_list * ml) fqcodel_purge() argument
733 struct fqcodel *fqc; fqcodel_pf_alloc() local
747 struct fqcodel *fqc = arg; fqcodel_pf_addqueue() local
791 struct fqcodel *fqc = arg; fqcodel_pf_free() local
803 struct fqcodel *fqc; fqcodel_pf_qstats() local
850 fqcodel_pf_qlength(void * fqc) fqcodel_pf_qlength() argument
856 fqcodel_pf_enqueue(void * fqc,struct mbuf * m) fqcodel_pf_enqueue() argument
862 fqcodel_pf_deq_begin(void * fqc,void ** cookiep,struct mbuf_list * free_ml) fqcodel_pf_deq_begin() argument
868 fqcodel_pf_deq_commit(void * fqc,struct mbuf * m,void * cookie) fqcodel_pf_deq_commit() argument
874 fqcodel_pf_purge(void * fqc,struct mbuf_list * ml) fqcodel_pf_purge() argument
[all...]
/openbsd-src/sbin/pfctl/
H A Dpfctl_queue.c47 struct fqcodel_stats fqc; member