Lines Matching full:ack
6 * An implementation of Ack Vectors for the DCCP protocol
20 * Ack Vector buffer space is static, in multiples of %DCCP_SINGLE_OPT_MAXLEN,
21 * the maximum size of a single Ack Vector. Setting %DCCPAV_NUM_ACKVECS to 1
22 * will be sufficient for most cases of low Ack Ratios, using a value of 2 gives
23 * more headroom if Ack Ratio is higher or when the sender acknowledges slowly.
29 /* Estimated minimum average Ack Vector length - used for updating MPS */
54 * struct dccp_ackvec - Ack Vector main data structure
67 * @av_records: list of %dccp_ackvec_record (Ack Vectors sent previously)
81 * struct dccp_ackvec_record - Records information about sent Ack Vectors
84 * keeps about recently-sent Ack Vectors; again refer to RFC 4340, Appendix A.
87 * @avr_ack_seqno: sequence number of the packet the Ack Vector was sent on
88 * @avr_ack_ackno: the Ack number that this record/Ack Vector refers to
121 * struct dccp_ackvec_parsed - Record offsets of Ack Vectors in skb
127 * This structure is used by CCIDs to access Ack Vectors in a received skb.