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

/freebsd-10.3-release/sys/netinet/cc/
H A Dcc_hd.c86 static void hd_ack_received(struct cc_var *ccv, uint16_t ack_type);
133 hd_ack_received(struct cc_var *ccv, uint16_t ack_type) argument
138 if (ack_type == CC_ACK) {
161 newreno_cc_algo.ack_received(ccv, ack_type); /* As for NewReno. */
H A Dcc_vegas.c90 static void vegas_ack_received(struct cc_var *ccv, uint16_t ack_type);
127 vegas_ack_received(struct cc_var *ccv, uint16_t ack_type) argument
167 newreno_cc_algo.ack_received(ccv, ack_type);
H A Dcc_chd.c91 static void chd_ack_received(struct cc_var *ccv, uint16_t ack_type);
233 * ack_type == CC_ACK.
236 chd_ack_received(struct cc_var *ccv, uint16_t ack_type) argument
301 } else if (ack_type == CC_ACK)
H A Dcc_cdg.c229 static void cdg_ack_received(struct cc_var *ccv, uint16_t ack_type);
553 cdg_ack_received(struct cc_var *ccv, uint16_t ack_type) argument
646 } else if (ack_type == CC_ACK)

Completed in 96 milliseconds