Searched refs:newreno (Results 1 – 6 of 6) sorted by relevance
117 newreno_log_hystart_event(struct cc_var *ccv, struct newreno *nreno, uint8_t mod, uint32_t flex1) in newreno_log_hystart_event()170 return (sizeof(struct newreno)); in newreno_data_sz()176 struct newreno *nreno; in newreno_cb_init()180 ccv->cc_data = malloc(sizeof(struct newreno), M_CC_MEM, M_NOWAIT); in newreno_cb_init()185 nreno = (struct newreno *)ccv->cc_data; in newreno_cb_init()217 struct newreno *nreno; in newreno_ack_received()348 struct newreno *nreno; in newreno_after_idle()368 struct newreno *nreno; in newreno_cong_signal()447 struct newreno *nreno; in newreno_ctl_output()456 nreno = (struct newreno *)ccv->cc_data; in newreno_ctl_output()[all …]
32 struct newreno { struct
545 struct newreno rc_saved_beta; /*
621 struct newreno old; in rack_swap_beta_values()678 memcpy(&rack->r_ctl.rc_saved_beta, &old, sizeof(struct newreno)); in rack_swap_beta_values()683 struct newreno *ptr; in rack_swap_beta_values()685 ptr = ((struct newreno *)tp->t_ccv.cc_data); in rack_swap_beta_values()24448 optval = ((struct newreno *)tp->t_ccv.cc_data)->beta; in rack_get_sockopt()24472 optval = ((struct newreno *)tp->t_ccv.cc_data)->beta_ecn; in rack_get_sockopt()
477 the single module built into the kernel. Previously newreno481 default using the CC_DEFAULT option (e.g. options CC_DEFAULT="newreno\").482 The GENERIC configuration includes CC_NEWRENO and defines newreno
1451 net.inet.tcp.newreno