Searched refs:rwnd (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_indata.h | 87 uint32_t rwnd, int *abort_now, int ecne_seen); 94 uint32_t cum_ack, uint32_t rwnd, int ecne_seen);
|
| H A D | sctp_kdtrace.c | 143 SDT_PROBE_DEFINE4(sctp, rwnd, assoc, val,
|
| H A D | sctp_kdtrace.h | 80 SDT_PROBE_DECLARE(sctp, rwnd, assoc, val);
|
| H A D | sctp_uio.h | 823 uint32_t rwnd; member 918 struct sctp_rwnd_log rwnd; member
|
| H A D | sctputil.c | 432 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd() 433 sctp_clog.x.rwnd.send_size = snd_size; in sctp_log_rwnd() 434 sctp_clog.x.rwnd.overhead = overhead; in sctp_log_rwnd() 435 sctp_clog.x.rwnd.new_rwnd = 0; in sctp_log_rwnd() 452 sctp_clog.x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd_set() 453 sctp_clog.x.rwnd.send_size = flight_size; in sctp_log_rwnd_set() 454 sctp_clog.x.rwnd.overhead = overhead; in sctp_log_rwnd_set() 455 sctp_clog.x.rwnd.new_rwnd = a_rwndval; in sctp_log_rwnd_set() 5373 uint32_t dif, rwnd; in sctp_user_rcvd() local 5401 rwnd = sctp_calc_rwnd(stcb, &stcb->asoc); in sctp_user_rcvd() [all …]
|
| H A D | sctp_indata.c | 3925 uint32_t rwnd, int *abort_now, int ecne_seen) in sctp_express_handle_sack() argument 3939 rwnd, stcb->asoc.last_acked_seq, stcb->asoc.peers_rwnd); in sctp_express_handle_sack() 3956 asoc->peers_rwnd = sctp_sbspace_sub(rwnd, in sctp_express_handle_sack() 4210 asoc->peers_rwnd = sctp_sbspace_sub(rwnd, in sctp_express_handle_sack() 4393 rwnd, in sctp_express_handle_sack() 4405 uint32_t cum_ack, uint32_t rwnd, int ecne_seen) in sctp_handle_sack() argument 4458 a_rwnd = rwnd; in sctp_handle_sack() 4462 rwnd, stcb->asoc.last_acked_seq, stcb->asoc.peers_rwnd); in sctp_handle_sack()
|
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack_bbr_common.h | 91 uint32_t ctf_get_opt_tls_size(struct socket *so, uint32_t rwnd);
|
| H A D | rack_bbr_common.c | 136 ctf_get_opt_tls_size(struct socket *so, uint32_t rwnd) in ctf_get_opt_tls_size() argument 146 if ((len * 4) > rwnd) { in ctf_get_opt_tls_size()
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp_uio.h | 823 uint32_t rwnd; member 918 struct sctp_rwnd_log rwnd; member
|