Home
last modified time | relevance | path

Searched refs:sctp_log_rwnd (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/netinet/
H A Dsctputil.h308 void sctp_log_rwnd(uint8_t, uint32_t, uint32_t, uint32_t);
H A Dsctp_indata.c3588 sctp_log_rwnd(SCTP_INCREASE_PEER_RWND, in sctp_strike_gap_ack_chunks()
H A Dsctp_output.c7112 sctp_log_rwnd(SCTP_DECREASE_PEER_RWND, in sctp_clean_up_datalist()
9933 sctp_log_rwnd(SCTP_DECREASE_PEER_RWND, in sctp_chunk_retransmission()
H A Dsctputil.c424 sctp_log_rwnd(uint8_t from, uint32_t peers_rwnd, uint32_t snd_size, uint32_t overhead) in sctp_log_rwnd() function