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

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.h358 int max_p ; /* maximum value for p_b (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) */
361 u_int c_3 ; /* for GRED, (1-max_p)/max_th (scaled) */
362 u_int c_4 ; /* for GRED, 1 - 2*max_p (scaled) */
512 int max_p ; /* maximum value for p_b (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) */
515 u_int c_3 ; /* for GRED, (1-max_p)/max_th (scaled) */
516 u_int c_4 ; /* for GRED, 1 - 2*max_p (scale
637 int max_p ; /* maximum value for p_b (scaled) */ member in struct:dn_flow_set_64
[all...]
H A Dip_dummynet.c298 p->fs.max_p = user_pipe_32.fs.max_p;
344 p->fs.max_p = user_pipe_64.fs.max_p;
375 fs_bp->max_p = set->max_p ;
405 fs_bp->max_p = set->max_p ;
1446 * where c_3 = (1 - max_p) / max_th, and c_4 = 1 - 2 * max_p
[all...]

Completed in 15 milliseconds