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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.c236 static u_int32_t sfb_allocation = 0; /* 0 means "automatic" */ variable
238 &sfb_allocation, 0, "SFB bin allocation");
446 sp->sfb_allocation = ((sfb_allocation == 0) ?
447 (sp->sfb_qlim / 3) : sfb_allocation);
448 sp->sfb_drop_thresh = sp->sfb_allocation +
449 (sp->sfb_allocation >> 1);
477 (u_int32_t)sp->sfb_allocation, (u_int32_t)sp->sfb_drop_thresh,
485 sps->allocation = sp->sfb_allocation;
625 if (bin->pkts >= sp->sfb_allocation)
[all...]
H A Dclassq_sfb.h109 u_int16_t sfb_allocation; member in struct:sfb

Completed in 272 milliseconds