Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_indata.h83 sctp_calc_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc);
H A Dsctp_indata.c74 asoc->my_rwnd = sctp_calc_rwnd(stcb, asoc); in sctp_set_rwnd()
79 sctp_calc_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_calc_rwnd() function
H A Dsctputil.c5401 rwnd = sctp_calc_rwnd(stcb, &stcb->asoc); in sctp_user_rcvd()