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.c92 KASSERT(asoc->cnt_on_all_streams > 0 || asoc->size_on_all_streams == 0, in sctp_calc_rwnd()
96 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()
1091 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_deliver_reasm_check()
1156 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_deliver_reasm_check()
1212 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_deliver_reasm_check()
1325 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_add_chk_to_control()
[all …]
H A Dsctp_structs.h1040 unsigned int cnt_on_all_streams; member
H A Dsctp_pcb.c6672 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_drain_mbufs()
6732 sctp_ucount_decr(asoc->cnt_on_all_streams); in sctp_drain_mbufs()
H A Dsctp_usrreq.c2614 stcb->asoc.cnt_on_all_streams);