Home
last modified time | relevance | path

Searched refs:cnt_on_all_streams (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_indata.c102 KASSERT(asoc->cnt_on_all_streams > 0 || asoc->size_on_all_streams == 0, in sctp_calc_rwnd()
106 asoc->cnt_on_all_streams == 0) { in sctp_calc_rwnd()
120 asoc->cnt_on_all_streams * MSIZE)); in sctp_calc_rwnd()
570 sctp_ucount_incr(asoc->cnt_on_all_streams); in sctp_queue_data_to_stream()
602 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_queue_data_to_stream()
625 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_queue_data_to_stream()
1153 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_deliver_reasm_check()
1217 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_deliver_reasm_check()
1270 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_deliver_reasm_check()
1373 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_add_chk_to_control()
[all …]
Dsctp_structs.h1105 unsigned int cnt_on_all_streams; member
Dsctp_pcb.c7831 sctp_ucount_decr(asoc->cnt_on_all_streams);
7891 sctp_ucount_decr(asoc->cnt_on_all_streams);
Dsctp_usrreq.c3245 stcb->asoc.cnt_on_all_streams);