Home
last modified time | relevance | path

Searched refs:sctp_obchunks (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_shutdown.c132 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_shutdown()
212 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_shutdown_complete()
402 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_shutdown_ack()
406 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_shutdown_ack()
H A Dsctp_snmp.c130 if (sctp->sctp_obchunks) { in sctp_kstat_update()
132 sctp->sctp_obchunks); in sctp_kstat_update()
134 sctp->sctp_obchunks); in sctp_kstat_update()
135 sctp->sctp_obchunks = 0; in sctp_kstat_update()
633 SCTPS_UPDATE_MIB(sctps, sctpOutCtrlChunks, sctp->sctp_obchunks); in sctp_snmp_get_mib2()
635 sctp->sctp_obchunks); in sctp_snmp_get_mib2()
636 sctp->sctp_obchunks = 0; in sctp_snmp_get_mib2()
H A Dsctp_error.c154 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_user_abort()
285 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_abort()
311 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_abort()
567 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_add_err()
H A Dsctp_heartbeat.c104 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_return_heartbeat()
191 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_heartbeat()
H A Dsctp_init.c221 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_init_mp()
H A Dsctp_cookie.c873 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_initack()
899 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_cookie_ack()
1186 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_cookie_echo()
H A Dsctp_asconf.c326 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_asconf_send()
583 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_input_asconf()
H A Dsctp.c730 SCTPS_UPDATE_MIB(sctps, sctpOutCtrlChunks, sctp->sctp_obchunks); in sctp_free()
741 sctp->sctp_obchunks = 0; in sctp_free()
H A Dsctp_impl.h722 uint64_t sctp_obchunks; /* sent control chunks */ member
H A Dsctp_opt_data.c955 sas->sas_octrlchunks = sctp->sctp_obchunks + in sctp_get_opt()
H A Dsctp_input.c1816 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_fill_sack()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c913 sctp->sctp_opkts, sctp->sctp_obchunks, in sctp()