Searched refs:pr_sctp_cnt (Results 1 - 6 of 6) sorted by path

/freebsd-11-stable/sys/netinet/
H A Dsctp_indata.c3894 if (asoc->pr_sctp_cnt >= asoc->sent_queue_cnt)
4426 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) {
4859 if (asoc->pr_sctp_cnt != 0)
4860 asoc->pr_sctp_cnt--;
5268 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) {
H A Dsctp_input.c5013 if ((stcb->asoc.pr_sctp_cnt == 0) &&
H A Dsctp_output.c7670 asoc->pr_sctp_cnt++;
H A Dsctp_structs.h1022 uint32_t pr_sctp_cnt; member in struct:sctp_association
H A Dsctp_timer.c449 if (asoc->pr_sctp_cnt != 0)
450 asoc->pr_sctp_cnt--;
H A Dsctputil.c1152 asoc->pr_sctp_cnt = 0;
4959 stcb->asoc.pr_sctp_cnt++;

Completed in 388 milliseconds