Home
last modified time | relevance | path

Searched refs:pr_sctp_cnt (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_timer.c463 if (asoc->pr_sctp_cnt != 0) in sctp_recover_sent_list()
464 asoc->pr_sctp_cnt--; in sctp_recover_sent_list()
H A Dsctp_structs.h1012 uint32_t pr_sctp_cnt; member
H A Dsctp_indata.c3852 if (asoc->pr_sctp_cnt >= asoc->sent_queue_cnt) in sctp_fs_audit()
4360 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) { in sctp_express_handle_sack()
4790 if (asoc->pr_sctp_cnt != 0) in sctp_handle_sack()
4791 asoc->pr_sctp_cnt--; in sctp_handle_sack()
5176 if ((asoc->prsctp_supported) && (asoc->pr_sctp_cnt > 0)) { in sctp_handle_sack()
H A Dsctputil.c1227 asoc->pr_sctp_cnt = 0; in sctp_init_asoc()
5178 stcb->asoc.pr_sctp_cnt++; in sctp_release_pr_sctp_chunk()
H A Dsctp_input.c4808 if ((stcb->asoc.pr_sctp_cnt == 0) && in sctp_process_control()
H A Dsctp_output.c7609 asoc->pr_sctp_cnt++; in sctp_move_to_outqueue()