Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_indata.c99 asoc->cnt_on_all_streams == 0) { in sctp_calc_rwnd()
113 asoc->cnt_on_all_streams * MSIZE)); in sctp_calc_rwnd()
542 sctp_ucount_incr(asoc->cnt_on_all_streams); in sctp_queue_data_to_stream()
560 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_queue_data_to_stream()
583 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_queue_data_to_stream()
1108 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_deliver_reasm_check()
1173 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_deliver_reasm_check()
1389 sctp_ucount_incr(asoc->cnt_on_all_streams); in sctp_queue_data_for_reasm()
1936 if (((asoc->cnt_on_all_streams + in sctp_process_a_data_chunk()
1955 if ((asoc->cnt_on_all_streams + in sctp_process_a_data_chunk()
[all …]
H A Dsctp_structs.h1048 unsigned int cnt_on_all_streams; member
H A Dsctp_pcb.c6815 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_drain_mbufs()
6875 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_drain_mbufs()
H A Dsctp_usrreq.c2622 stcb->asoc.cnt_on_all_streams);