Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctputil.h348 void sctp_log_rwnd(uint8_t, uint32_t, uint32_t, uint32_t);
H A Dsctp_indata.c3601 sctp_log_rwnd(SCTP_INCREASE_PEER_RWND, in sctp_strike_gap_ack_chunks()
H A Dsctp_output.c7011 sctp_log_rwnd(SCTP_DECREASE_PEER_RWND, in sctp_clean_up_datalist()
9841 sctp_log_rwnd(SCTP_DECREASE_PEER_RWND, in sctp_chunk_retransmission()
H A Dsctputil.c427 sctp_log_rwnd(uint8_t from, uint32_t peers_rwnd, uint32_t snd_size, uint32_t overhead) in sctp_log_rwnd() function