Lines Matching defs:new
423 uint32_t new;
426 new = V_dctcp_alpha;
427 error = sysctl_handle_int(oidp, &new, 0, req);
429 if (new > MAX_ALPHA_VALUE)
432 V_dctcp_alpha = new;
441 uint32_t new;
444 new = V_dctcp_shift_g;
445 error = sysctl_handle_int(oidp, &new, 0, req);
447 if (new > DCTCP_SHIFT)
450 V_dctcp_shift_g = new;
459 uint32_t new;
462 new = V_dctcp_slowstart;
463 error = sysctl_handle_int(oidp, &new, 0, req);
465 if (new > 1)
468 V_dctcp_slowstart = new;