Home
last modified time | relevance | path

Searched refs:rwnd (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.h92 uint32_t rwnd, int *abort_now, int ecne_seen);
99 uint32_t cum_ack, uint32_t rwnd, int ecne_seen);
Dsctp_uio.h850 uint32_t rwnd; member
945 struct sctp_rwnd_log rwnd; member
Dsctputil.c456 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd()
457 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd()
458 sctp_clog.x.rwnd.overhead = overhead; in sctp_log_rwnd()
459 sctp_clog.x.rwnd.new_rwnd = 0; in sctp_log_rwnd()
476 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd_set()
477 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set()
478 sctp_clog.x.rwnd.overhead = overhead; in sctp_log_rwnd_set()
479 sctp_clog.x.rwnd.new_rwnd = a_rwndval; in sctp_log_rwnd_set()
5960 uint32_t dif, rwnd; local
5988 rwnd = sctp_calc_rwnd(stcb, &stcb->asoc);
[all …]
Dsctp_indata.c3957 uint32_t rwnd, int *abort_now, int ecne_seen) argument
3971 rwnd, stcb->asoc.last_acked_seq, stcb->asoc.peers_rwnd);
3988 asoc->peers_rwnd = sctp_sbspace_sub(rwnd,
4287 asoc->peers_rwnd = sctp_sbspace_sub(rwnd,
4466 rwnd,
4478 uint32_t cum_ack, uint32_t rwnd, int ecne_seen) argument
4530 a_rwnd = rwnd;
4534 rwnd, stcb->asoc.last_acked_seq, stcb->asoc.peers_rwnd);
/third_party/ltp/testcases/network/sctp/
Dsctp_big_chunk.c96 uint32_t rwnd = htonl(106496); in setup_client() local
102 update_packet_field(&off, &rwnd, 4); in setup_client()