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