Searched refs:newreno (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/netinet/cc/
H A Dcc_newreno.h32 #define CCALGONAME_NEWRENO "newreno"
34 struct newreno { struct
H A Dcc_newreno.c79 static MALLOC_DEFINE(M_NEWRENO, "newreno data",
80 "newreno beta values");
95 .name = "newreno",
104 static inline struct newreno *
107 struct newreno *nreno;
109 nreno = malloc(sizeof(struct newreno), M_NEWRENO, M_NOWAIT);
237 struct newreno *nreno;
340 struct newreno *nreno;
415 SYSCTL_NODE(_net_inet_tcp_cc, OID_AUTO, newreno,
429 DECLARE_CC_MODULE(newreno,
[all...]
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dtcp_rack.h480 struct newreno rc_saved_beta; /*
481 * For newreno cc:
487 * being used by newreno and replace them with
539 * Note this only happens if the cc name is newreno (CCALGONAME_NEWRENO).
H A Drack.c576 struct newreno old, *ptr;
594 ptr = ((struct newreno *)tp->ccv->cc_data);
623 ((struct newreno *)tp->ccv->cc_data)->newreno_flags = CC_NEWRENO_BETA_ECN;
632 memcpy(&rack->r_ctl.rc_saved_beta, &old, sizeof(struct newreno));
638 ptr = ((struct newreno *)tp->ccv->cc_data);
664 struct newreno old, *ptr;
678 ptr = ((struct newreno *)tp->ccv->cc_data);
689 memcpy(&old, ptr, sizeof(struct newreno));
691 memcpy(ptr, &rack->r_ctl.rc_saved_beta, sizeof(struct newreno));
693 memcpy(&rack->r_ctl.rc_saved_beta, &old, sizeof(struct newreno));
[all...]

Completed in 128 milliseconds