Searched defs:sack (Results 1 - 7 of 7) sorted by relevance

/external/tcpdump/
H A Dprint-sctp.c311 const struct sctpSelectiveAck *sack; local
317 sack=(const struct sctpSelectiveAck*)(chunkDescPtr+1);
318 printf("[cum ack %u] ", EXTRACT_32BITS(&sack->highestConseqTSN));
319 printf("[a_rwnd %u] ", EXTRACT_32BITS(&sack->updatedRwnd));
320 printf("[#gap acks %u] ", EXTRACT_16BITS(&sack->numberOfdesc));
321 printf("[#dup tsns %u] ", EXTRACT_16BITS(&sack->numDupTsns));
326 ((const struct sctpSelectiveAck *) sack+1)),
328 (const void *)frag < nextChunk && fragNo < EXTRACT_16BITS(&sack->numberOfdesc);
332 EXTRACT_32BITS(&sack->highestConseqTSN) + EXTRACT_16BITS(&frag->fragmentStart),
333 EXTRACT_32BITS(&sack
[all...]
H A DsctpHeader.h196 struct sctpSelectiveAck sack; member in struct:sctpUnifiedSack
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_header.h290 struct sctp_sack sack; member in struct:sctp_sack_chunk
582 * taking out these two but the 24-sack/8-CWR i.e. 32 bytes I pre-reserve I
H A Dsctp_input.c3517 /* resend the sack */
4956 struct sctp_sack_chunk *sack; local
4976 * attention to a sack sent in to us since
4981 sack = (struct sctp_sack_chunk *)ch;
4983 cum_ack = ntohl(sack->sack.cum_tsn_ack);
4984 num_seg = ntohs(sack->sack.num_gap_ack_blks);
4985 num_dup = ntohs(sack->sack
[all...]
H A Dsctp_usrreq.c2635 struct sctp_sack_info *sack; local
2637 SCTP_CHECK_AND_CAST(sack, optval, struct sctp_sack_info, *optsize);
2638 SCTP_FIND_STCB(inp, stcb, sack->sack_assoc_id);
2640 sack->sack_delay = stcb->asoc.delayed_ack;
2641 sack->sack_freq = stcb->asoc.sack_freq;
2646 (sack->sack_assoc_id == SCTP_FUTURE_ASSOC)) {
2648 sack->sack_delay = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV]);
2649 sack->sack_freq = inp->sctp_ep.sctp_sack_freq;
4833 struct sctp_sack_info *sack; local
4835 SCTP_CHECK_AND_CAST(sack, optva
[all...]
H A Dsctp_output.c7519 * we get another chance when the sack
8295 /* Record where a sack goes, if any */
8711 * if we have a sack in queue, and we are looking at an
8712 * ecn echo that is NOT queued to where the sack is going..
10454 * a sack timer running, if so piggy-back the sack.
10907 struct sctp_sack_chunk *sack; local
10941 /* Hmm, found a sack already on queue, remove it */
10987 * sack is unreachable, lets see if we can select an
11030 /* Ok now lets formulate a MBUF with our sack */
[all...]
H A Dsctp_uio.h940 struct sctp_sack_log sack; member in union:sctp_cwnd_log::__anon15642
1044 uint32_t sctps_timosack; /* Number of sack timers that fired */
1083 * a sack response

Completed in 135 milliseconds