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

/xnu-2422.115.4/bsd/net/classq/
H A Dclassq_sfb.c255 static u_int32_t sfb_allocation = 0; /* 0 means "automatic" */ variable
257 &sfb_allocation, 0, "SFB bin allocation");
502 sp->sfb_allocation = ((sfb_allocation == 0) ?
503 (sp->sfb_qlim / 3) : sfb_allocation);
504 sp->sfb_drop_thresh = sp->sfb_allocation +
505 (sp->sfb_allocation >> 1);
533 (u_int32_t)sp->sfb_allocation, (u_int32_t)sp->sfb_drop_thresh,
541 sps->allocation = sp->sfb_allocation;
681 if (bin->pkts >= sp->sfb_allocation)
[all...]
H A Dclassq_sfb.h108 u_int16_t sfb_allocation; member in struct:sfb

Completed in 20 milliseconds