Searched refs:rwnd (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctp_dtrace_declare.h66 /* One to track an associations rwnd */
67 SDT_PROBE_DECLARE(sctp, rwnd, assoc, val);
H A Dsctp_dtrace_define.h142 SDT_PROBE_DEFINE4(sctp, rwnd, assoc, val,
H A Dsctp_indata.h91 uint32_t rwnd, int *abort_now, int ecne_seen);
98 uint32_t cum_ack, uint32_t rwnd, int ecne_seen);
H A Dsctp_uio.h738 uint32_t peer_rwnd; /* rwnd of peer */
802 uint32_t rwnd; member in struct:sctp_rwnd_log
897 struct sctp_rwnd_log rwnd; member in union:sctp_cwnd_log::__anon9976
1003 uint32_t sctps_pdrpdiwnp; /* P-drop, e-host confirms zero-rwnd */
1067 uint32_t sctps_datadroprwnd; /* Number of in data drops due to rwnd
H A Dsctputil.c385 sctp_clog.x.rwnd.rwnd = peers_rwnd;
386 sctp_clog.x.rwnd.send_size = snd_size;
387 sctp_clog.x.rwnd.overhead = overhead;
388 sctp_clog.x.rwnd.new_rwnd = 0;
403 sctp_clog.x.rwnd.rwnd = peers_rwnd;
404 sctp_clog.x.rwnd.send_size = flight_size;
405 sctp_clog.x.rwnd.overhead = overhead;
406 sctp_clog.x.rwnd
5077 uint32_t dif, rwnd; local
[all...]
H A Dsctp_indata.c65 /* Calculate what the rwnd would be */
83 /* Full rwnd granted */
103 /* what is the overhead of all these rwnd's */
1363 * When we have NO room in the rwnd we check to make sure
2310 /* set the rwnd */
2430 * Set because of out of rwnd space and no
2541 * we need to report rwnd overrun drops.
3231 /* add back to the rwnd */
3548 uint32_t rwnd, int *abort_now, int ecne_seen)
3561 rwnd, stc
3547 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack, uint32_t rwnd, int *abort_now, int ecne_seen) argument
4080 sctp_handle_sack(struct mbuf *m, int offset_seg, int offset_dup, struct sctp_tcb *stcb, uint16_t num_seg, uint16_t num_nr_seg, uint16_t num_dup, int *abort_now, uint8_t flags, uint32_t cum_ack, uint32_t rwnd, int ecne_seen) argument
[all...]

Completed in 124 milliseconds