Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_indata.c96 asoc->cnt_on_all_streams == 0) { in sctp_calc_rwnd()
110 asoc->cnt_on_all_streams * MSIZE)); in sctp_calc_rwnd()
539 sctp_ucount_incr(asoc->cnt_on_all_streams); in sctp_queue_data_to_stream()
557 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_queue_data_to_stream()
580 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_queue_data_to_stream()
1106 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_deliver_reasm_check()
1171 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_deliver_reasm_check()
1391 sctp_ucount_incr(asoc->cnt_on_all_streams); in sctp_queue_data_for_reasm()
1938 if (((asoc->cnt_on_all_streams + in sctp_process_a_data_chunk()
1957 if ((asoc->cnt_on_all_streams + in sctp_process_a_data_chunk()
[all …]
H A Dsctp_structs.h1040 unsigned int cnt_on_all_streams; member
H A Dsctp_pcb.c6799 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_drain_mbufs()
6859 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_drain_mbufs()
H A Dsctp_usrreq.c2614 stcb->asoc.cnt_on_all_streams);