Home
last modified time | relevance | path

Searched refs:sctp_sbspace_sub (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_var.h90 #define sctp_sbspace_sub(a,b) (((a) > (b)) ? ((a) - (b)) : 0) macro
H A Dsctp_indata.c110 calc = sctp_sbspace_sub(calc, (uint32_t)(asoc->size_on_reasm_queue + in sctp_calc_rwnd()
112 calc = sctp_sbspace_sub(calc, (uint32_t)(asoc->size_on_all_streams + in sctp_calc_rwnd()
120 calc = sctp_sbspace_sub(calc, stcb->asoc.my_rwnd_control_len); in sctp_calc_rwnd()
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()
5080 asoc->peers_rwnd = sctp_sbspace_sub(a_rwnd, in sctp_handle_sack()
H A Dsctp_output.c7014 asoc->peers_rwnd = sctp_sbspace_sub(asoc->peers_rwnd, in sctp_clean_up_datalist()
9844 asoc->peers_rwnd = sctp_sbspace_sub(asoc->peers_rwnd, in sctp_chunk_retransmission()