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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_indata.h93 uint32_t rwnd, int *abort_now, int ecne_seen);
100 uint32_t cum_ack, uint32_t rwnd, int ecne_seen);
H A Dsctp_uio.h779 uint32_t peer_rwnd; /* rwnd of peer */
843 uint32_t rwnd; member in struct:sctp_rwnd_log
938 struct sctp_rwnd_log rwnd; member in union:sctp_cwnd_log::__anon15642
1035 uint32_t sctps_pdrpdiwnp; /* P-drop, e-host confirms zero-rwnd */
1086 uint32_t sctps_datadroprwnd; /* Number of in data drops due to rwnd limit reached */
H A Dsctputil.c443 sctp_clog.x.rwnd.rwnd = peers_rwnd;
444 sctp_clog.x.rwnd.send_size = snd_size;
445 sctp_clog.x.rwnd.overhead = overhead;
446 sctp_clog.x.rwnd.new_rwnd = 0;
463 sctp_clog.x.rwnd.rwnd = peers_rwnd;
464 sctp_clog.x.rwnd.send_size = flight_size;
465 sctp_clog.x.rwnd.overhead = overhead;
466 sctp_clog.x.rwnd
5600 uint32_t dif, rwnd; local
[all...]
H A Dsctp_indata.c67 /* Calculate what the rwnd would be */
85 /* Full rwnd granted */
106 /* what is the overhead of all these rwnd's */
1379 * When we have NO room in the rwnd we check to make sure
2326 /* set the rwnd */
2451 * Set because of out of rwnd space and no
2564 * we need to report rwnd overrun drops.
3249 /* add back to the rwnd */
3557 uint32_t rwnd, int *abort_now, int ecne_seen)
3570 rwnd, stc
3556 sctp_express_handle_sack(struct sctp_tcb *stcb, uint32_t cumack, uint32_t rwnd, int *abort_now, int ecne_seen) argument
4107 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 1163 milliseconds