Searched refs:codel (Results 1 - 12 of 12) sorted by relevance

/freebsd-13-stable/sys/net/altq/
H A Daltq_codel.h70 * struct codel_params - contains codel parameters
82 * struct codel_vars - contains codel variables
103 struct codel { struct
113 * codel interface state
121 struct codel codel; member in struct:codel_if
127 struct codel *codel_alloc(int, int, int);
128 void codel_destroy(struct codel *);
129 int codel_addq(struct codel *, class_queue_t *, struct mbuf *);
130 struct mbuf *codel_getq(struct codel *, class_queue_
[all...]
H A Daltq_codel.c64 static int codel_should_drop(struct codel *, class_queue_t *,
127 cif->codel.params.target = machclk_freq * opts->target / 1000;
128 cif->codel.params.interval = machclk_freq * opts->interval / 1000;
129 cif->codel.params.ecn = opts->ecn;
130 cif->codel.stats.maxpacket = 256;
171 stats.stats = cif->codel.stats;
226 if (codel_addq(&cif->codel, cif->cl_q, m)) {
249 m = codel_getq(&cif->codel, cif->cl_q);
259 struct codel *
262 struct codel *
[all...]
H A Daltq_priq.h65 /* codel, red and rio related info */
68 struct codel_stats codel; member in struct:priq_classstats
84 struct codel *cl_codel; /* CoDel state */
H A Daltq_fairq.h79 /* codel, red and rio related info */
82 struct codel_stats codel; member in struct:fairq_classstats
112 struct codel *cl_codel; /* CoDel state */
H A Daltq_cbq.h102 /* codel, red and rio related info */
105 struct codel_stats codel; member in struct:_cbq_class_stats_
H A Daltq_hfsc.h116 /* codel, red and rio related info */
119 struct codel_stats codel; member in struct:hfsc_classstats_v0
159 /* codel, red and rio related info */
162 struct codel_stats codel; member in struct:hfsc_classstats_v1
228 struct codel *cl_codel; /* CoDel state */
H A Daltq_rmclass.h170 struct codel *codel_; /* codel state pointer */
H A Daltq_cbq.c205 codel_getstats(cl->codel_, &statsp->codel);
H A Daltq_priq.c619 codel_getstats(cl->cl_codel, &sp->codel);
H A Daltq_hfsc.c1631 codel_getstats(cl->cl_codel, &sp->codel);
1709 codel_getstats(cl->cl_codel, &sp->codel);
H A Daltq_fairq.c885 codel_getstats(cl->cl_codel, &sp->codel);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_aqm_codel.c76 /* default codel parameters */
121 static SYSCTL_NODE(_net_inet_ip_dummynet, OID_AUTO, codel,
228 struct codel_status *cst; /*codel status variables */
284 * First allocate memory for codel status.
303 /* init codel status variables */
319 * Destroy memory allocated for codel status.
337 * Config codel parameters
338 * also allocate memory for codel configurations
365 /* configure codel parameters */
383 /* bound codel configuration
[all...]

Completed in 59 milliseconds