Home
last modified time | relevance | path

Searched refs:sctp_ibchunks (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_snmp.c168 if (sctp->sctp_ibchunks) { in sctp_kstat_update()
170 sctp->sctp_ibchunks); in sctp_kstat_update()
172 sctp->sctp_ibchunks); in sctp_kstat_update()
173 sctp->sctp_ibchunks = 0; in sctp_kstat_update()
654 SCTPS_UPDATE_MIB(sctps, sctpInCtrlChunks, sctp->sctp_ibchunks); in sctp_snmp_get_mib2()
656 sctp->sctp_ibchunks); in sctp_snmp_get_mib2()
657 sctp->sctp_ibchunks = 0; in sctp_snmp_get_mib2()
H A Dsctp_heartbeat.c54 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_return_heartbeat()
282 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_process_heartbeat()
H A Dsctp_input.c2731 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_got_sack()
3213 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_strange_chunk()
3594 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_process_abort()
3877 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_input_data()
3880 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_input_data()
3925 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_input_data()
3939 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_input_data()
3945 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_input_data()
3953 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_input_data()
4066 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_input_data()
[all …]
H A Dsctp_cookie.c504 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_send_initack()
1237 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_process_cookie()
H A Dsctp.c735 SCTPS_UPDATE_MIB(sctps, sctpInCtrlChunks, sctp->sctp_ibchunks); in sctp_free()
746 sctp->sctp_ibchunks = 0; in sctp_free()
H A Dsctp_impl.h727 uint64_t sctp_ibchunks; /* recv control chunks */ member
H A Dsctp_opt_data.c957 sas->sas_ictrlchunks = sctp->sctp_ibchunks + in sctp_get_opt()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c922 sctp->sctp_ipkts, sctp->sctp_ibchunks, in sctp()