Searched refs:min_th (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.h357 int min_th ; /* minimum threshold for queue (scaled) */ member in struct:dn_flow_set
359 u_int c_1 ; /* max_p/(max_th-min_th) (scaled) */
360 u_int c_2 ; /* max_p*min_th/(max_th-min_th) (scaled) */
511 int min_th ; /* minimum threshold for queue (scaled) */ member in struct:dn_flow_set_32
513 u_int c_1 ; /* max_p/(max_th-min_th) (scaled) */
514 u_int c_2 ; /* max_p*min_th/(max_th-min_th) (scaled) */
636 int min_th ; /* minimum threshold for queue (scaled) */ member in struct:dn_flow_set_64
638 u_int c_1 ; /* max_p/(max_th-min_th) (scale
[all...]
H A Dip_dummynet.c297 p->fs.min_th = user_pipe_32.fs.min_th;
343 p->fs.min_th = user_pipe_64.fs.min_th;
374 fs_bp->min_th = set->min_th ;
404 fs_bp->min_th = set->min_th ;
1396 * Now, if avg < min_th the packet is enqueued.
1436 if (q->avg < fs->min_th) {
[all...]

Completed in 17 milliseconds