Searched refs:rwnd (Results 1 – 6 of 6) sorted by relevance
| /freebsd-9-stable/sys/netinet/ |
| D | sctp_indata.h | 91 uint32_t rwnd, int *abort_now, int ecne_seen); 98 uint32_t cum_ack, uint32_t rwnd, int ecne_seen);
|
| D | sctp_dtrace_define.h | 142 SDT_PROBE_DEFINE4(sctp, rwnd, assoc, val,
|
| D | sctp_dtrace_declare.h | 67 SDT_PROBE_DECLARE(sctp, rwnd, assoc, val);
|
| D | sctputil.c | 385 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd() 386 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd() 387 sctp_clog.x.rwnd.overhead = overhead; in sctp_log_rwnd() 388 sctp_clog.x.rwnd.new_rwnd = 0; in sctp_log_rwnd() 403 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd_set() 404 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 405 sctp_clog.x.rwnd.overhead = overhead; in sctp_log_rwnd_set() 406 sctp_clog.x.rwnd.new_rwnd = a_rwndval; in sctp_log_rwnd_set() 5077 uint32_t dif, rwnd; in sctp_user_rcvd() local 5106 rwnd = sctp_calc_rwnd(stcb, &stcb->asoc); in sctp_user_rcvd() [all …]
|
| D | sctp_uio.h | 802 uint32_t rwnd; member 897 struct sctp_rwnd_log rwnd; member
|
| D | sctp_indata.c | 3548 uint32_t rwnd, int *abort_now, int ecne_seen) in sctp_express_handle_sack() argument 3561 rwnd, stcb->asoc.last_acked_seq, stcb->asoc.peers_rwnd); in sctp_express_handle_sack() 3578 asoc->peers_rwnd = sctp_sbspace_sub(rwnd, in sctp_express_handle_sack() 3861 asoc->peers_rwnd = sctp_sbspace_sub(rwnd, in sctp_express_handle_sack() 4072 rwnd, in sctp_express_handle_sack() 4084 uint32_t cum_ack, uint32_t rwnd, int ecne_seen) in sctp_handle_sack() argument 4137 a_rwnd = rwnd; in sctp_handle_sack() 4141 rwnd, stcb->asoc.last_acked_seq, stcb->asoc.peers_rwnd); in sctp_handle_sack()
|