Searched refs:sack (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/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
/freebsd-10-stable/sys/netinet/
H A Dtcp_sack.c128 SYSCTL_NODE(_net_inet_tcp, OID_AUTO, sack, CTLFLAG_RW, 0, "TCP SACK");
348 * 0 otherwise. Note: We treat (snd_una, th_ack) as a sack block so any changes
356 struct sackblk sack, sack_blocks[TCP_MAX_SACK + 1], *sblkp; local
379 &sack, sizeof(sack));
380 sack.start = ntohl(sack.start);
381 sack.end = ntohl(sack.end);
382 if (SEQ_GT(sack
[all...]
H A Dsctp_usrreq.c2012 struct sctp_sack_info *sack; local
2014 SCTP_CHECK_AND_CAST(sack, optval, struct sctp_sack_info, *optsize);
2015 SCTP_FIND_STCB(inp, stcb, sack->sack_assoc_id);
2017 sack->sack_delay = stcb->asoc.delayed_ack;
2018 sack->sack_freq = stcb->asoc.sack_freq;
2023 (sack->sack_assoc_id == SCTP_FUTURE_ASSOC)) {
2025 sack->sack_delay = TICKS_TO_MSEC(inp->sctp_ep.sctp_timeoutticks[SCTP_TIMER_RECV]);
2026 sack->sack_freq = inp->sctp_ep.sctp_sack_freq;
4172 struct sctp_sack_info *sack; local
4174 SCTP_CHECK_AND_CAST(sack, optva
[all...]
H A Dsctp_header.h244 struct sctp_sack sack; member in struct:sctp_sack_chunk
517 * taking out these two but the 24-sack/8-CWR i.e. 32 bytes I pre-reserve I
H A Dtcp_output.c269 * Still in sack recovery , reset rxmit flag to zero.
285 * (At least) part of sack hole extends beyond
293 * sack recovery episode, when snd_recover
305 KASSERT(off >= 0,("%s: sack block to the left of una : %d",
1732 struct sackblk *sack = (struct sackblk *)to->to_sacks; local
1747 sack_seq = htonl(sack->start);
1750 sack_seq = htonl(sack->end);
1754 sack++;
H A Dsctp_input.c3408 /* resend the sack */
4926 struct sctp_sack_chunk *sack; local
4946 * attention to a sack sent in to us since
4951 sack = (struct sctp_sack_chunk *)ch;
4953 cum_ack = ntohl(sack->sack.cum_tsn_ack);
4954 num_seg = ntohs(sack->sack.num_gap_ack_blks);
4955 num_dup = ntohs(sack->sack
[all...]
H A Dsctp_output.c7104 * we get another chance when the sack
7878 /* Record where a sack goes, if any */
8279 * if we have a sack in queue, and we are
8281 * to where the sack is going..
9985 * Do we have something to send, data or control AND a sack timer
9986 * running, if so piggy-back the sack.
10430 struct sctp_sack_chunk *sack; local
10464 /* Hmm, found a sack already on queue, remove it */
10540 /* Ok now lets formulate a MBUF with our sack */
10595 sack
[all...]
H A Dsctp_uio.h919 struct sctp_sack_log sack; member in union:sctp_cwnd_log::__anon24
1034 uint32_t sctps_timosack;/* Number of sack timers that fired */
1084 * invoked send not a sack response */
H A Dsctputil.c170 sctp_clog.x.sack.cumack = cumack;
171 sctp_clog.x.sack.oldcumack = old_cumack;
172 sctp_clog.x.sack.tsn = tsn;
173 sctp_clog.x.sack.numGaps = gaps;
174 sctp_clog.x.sack.numDups = dups;
2492 * from a sack
5652 * sack sending clears this when a sack is sent,
/freebsd-10-stable/sys/dev/cxgb/common/
H A Dcxgb_t3_cpl.h207 __u8 sack:1; member in struct:tcp_options
211 __u8 sack:1; member in struct:tcp_options
/freebsd-10-stable/sys/netpfil/pf/
H A Dpf.c2278 struct sackblk sack; local
2299 memcpy(&sack, &opt[i], sizeof(sack));
2300 pf_change_proto_a(m, &sack.start, &th->th_sum,
2301 htonl(ntohl(sack.start) - dst->seqdiff), 0);
2302 pf_change_proto_a(m, &sack.end, &th->th_sum,
2303 htonl(ntohl(sack.end) - dst->seqdiff), 0);
2304 memcpy(&opt[i], &sack, sizeof(sack));
/freebsd-10-stable/sys/dev/cxgbe/tom/
H A Dt4_listen.c1012 if (t4opt->sack)
1032 if (tcpopt->sack)
/freebsd-10-stable/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c414 if (t3opt->sack)
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dt4_msg.h330 __u8 sack:1; member in struct:tcp_options
334 __u8 sack:1; member in struct:tcp_options

Completed in 227 milliseconds