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

/freebsd-11.0-release/sys/netinet/cc/
H A Dcc_hd.c85 static void hd_ack_received(struct cc_var *ccv, uint16_t ack_type);
132 hd_ack_received(struct cc_var *ccv, uint16_t ack_type) argument
137 if (ack_type == CC_ACK) {
160 newreno_cc_algo.ack_received(ccv, ack_type); /* As for NewReno. */
H A Dcc_vegas.c88 static void vegas_ack_received(struct cc_var *ccv, uint16_t ack_type);
125 vegas_ack_received(struct cc_var *ccv, uint16_t ack_type) argument
165 newreno_cc_algo.ack_received(ccv, ack_type);
H A Dcc_chd.c90 static void chd_ack_received(struct cc_var *ccv, uint16_t ack_type);
232 * ack_type == CC_ACK.
235 chd_ack_received(struct cc_var *ccv, uint16_t ack_type) argument
300 } else if (ack_type == CC_ACK)
H A Dcc_cdg.c228 static void cdg_ack_received(struct cc_var *ccv, uint16_t ack_type);
552 cdg_ack_received(struct cc_var *ccv, uint16_t ack_type) argument
645 } else if (ack_type == CC_ACK)

Completed in 59 milliseconds