Lines Matching defs:sack
7185 * we get another chance when the sack
7907 /* Record where a sack goes, if any */
8296 * if we have a sack in queue, and we are
8298 * to where the sack is going..
10081 * Do we have something to send, data or control AND a sack timer
10082 * running, if so piggy-back the sack.
10554 struct sctp_sack_chunk *sack;
10588 /* Hmm, found a sack already on queue, remove it */
10664 /* Ok now lets formulate a MBUF with our sack */
10719 sack = mtod(a_chk->data, struct sctp_sack_chunk *);
10721 gap_descriptor = (struct sctp_gap_ack_block *)((caddr_t)sack + sizeof(struct sctp_sack_chunk));
10728 sack = NULL;
10906 sack->sack.cum_tsn_ack = htonl(asoc->cumulative_tsn);
10907 sack->sack.a_rwnd = htonl(asoc->my_rwnd);
10908 sack->sack.num_gap_ack_blks = htons(num_gap_blocks);
10909 sack->sack.num_dup_tsns = htons(num_dups);
10910 sack->ch.chunk_type = type;
10911 sack->ch.chunk_flags = flags;
10912 sack->ch.chunk_length = htons(a_chk->send_size);