Lines Matching full:ack
5 * An implementation of Ack Vectors for the DCCP protocol
46 * dccp_ackvec_update_records - Record information about sent Ack Vectors
47 * @av: Ack Vector records to update
48 * @seqno: Sequence number of the packet carrying the Ack Vector just sent
49 * @nonce_sum: The sum of all buffer nonces contained in the Ack Vector
190 * dccp_ackvec_add_new - Record one or more new entries in Ack Vector buffer
228 DCCP_CRIT("Ack Vector buffer overflow: dropping old entries"); in dccp_ackvec_add_new()
245 * @av: Ack Vector to register packet to
278 * @av: Ack Vector record to clean
279 * @ackno: last Ack Vector which has been acknowledged
281 * This routine is called when the peer acknowledges the receipt of Ack Vectors
305 * Deal with overlapping Ack Vectors: don't subtract more than the in dccp_ackvec_clear_state()
312 * The run length of Ack Vector cells does not decrease over time. If in dccp_ackvec_clear_state()
313 * the run length is the same as at the time the Ack Vector was sent, we in dccp_ackvec_clear_state()
350 * Routines to keep track of Ack Vectors received in an skb
397 DCCP_CRIT("Unable to create Ack Vector slab cache"); in dccp_ackvec_init()