Lines Matching full:ack
141 /* Initialize a Gap Ack Block iterator from memory being provided. */
145 /* Only start looking one past the Cumulative TSN Ack Point. */ in sctp_tsnmap_iter_init()
149 /* Get the next Gap Ack Blocks. Returns 0 if there was not another block
167 /* The Gap Ack Block happens to end at the end of the map. */ in sctp_tsnmap_next_gap_ack()
171 /* If we found a Gap Ack Block, return the start and end and in sctp_tsnmap_next_gap_ack()
176 * Cumulative TSN Ack which is always 1 behind base. in sctp_tsnmap_next_gap_ack()
226 * the Cumulative TSN Ack Point.
266 /* This is a private helper for finding Gap Ack Blocks. It searches a
267 * single array for the start and end of a Gap Ack Block.
270 * or (respectively) the end of a Gap Ack Block.
278 * early if we have found the end of the Gap Ack Block. in sctp_tsnmap_find_gap_ack()
316 /* How many gap ack blocks do we have recorded? */
323 /* Refresh the gap ack information. */ in sctp_tsnmap_num_gabs()