Home
last modified time | relevance | path

Searched refs:sctp_istr_nmsgs (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_impl.h712 int32_t sctp_istr_nmsgs; /* No. of chunks in instreams */ member
H A Dsctp_input.c1526 (sctp->sctp_istr_nmsgs)++; in sctp_data_chunk()
1660 (sctp->sctp_istr_nmsgs)--; in sctp_data_chunk()
2407 sctp->sctp_istr_nmsgs--; in sctp_process_forward_tsn()
H A Dsctp_cookie.c1371 sctp->sctp_istr_nmsgs = 0; in sctp_process_cookie()
H A Dsctp.c656 sctp->sctp_istr_nmsgs = 0; in sctp_free()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c818 sctp->sctp_istr_nmsgs, sctp->sctp_sack_toggle); in sctp()