Searched refs:htcp_data (Results 1 – 1 of 1) sorted by relevance
195 struct htcp *htcp_data; in htcp_ack_received() local198 htcp_data = ccv->cc_data; in htcp_ack_received()217 if (htcp_data->alpha == 1 || in htcp_ack_received()223 CCV(ccv, snd_cwnd) += htcp_data->alpha * in htcp_ack_received()232 CCV(ccv, snd_cwnd) += (((htcp_data->alpha << in htcp_ack_received()255 struct htcp *htcp_data; in htcp_cb_init() local259 htcp_data = malloc(sizeof(struct htcp), M_CC_MEM, M_NOWAIT); in htcp_cb_init()260 if (htcp_data == NULL) in htcp_cb_init()263 htcp_data = ptr; in htcp_cb_init()266 htcp_data->alpha = HTCP_INIT_ALPHA; in htcp_cb_init()[all …]