Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_indata.h80 sctp_calc_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc);
H A Dsctp_indata.c71 asoc->my_rwnd = sctp_calc_rwnd(stcb, asoc); in sctp_set_rwnd()
76 sctp_calc_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_calc_rwnd() function
H A Dsctputil.c5460 rwnd = sctp_calc_rwnd(stcb, &stcb->asoc); in sctp_user_rcvd()