Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_heartbeat.c54 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_return_heartbeat()
104 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_return_heartbeat()
108 BUMP_LOCAL(sctp->sctp_opkts); in sctp_return_heartbeat()
191 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_heartbeat()
196 BUMP_LOCAL(sctp->sctp_opkts); in sctp_send_heartbeat()
282 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_process_heartbeat()
H A Dsctp_shutdown.c132 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_shutdown()
137 BUMP_LOCAL(sctp->sctp_opkts); in sctp_send_shutdown()
212 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_shutdown_complete()
216 BUMP_LOCAL(sctp->sctp_opkts); 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()
410 BUMP_LOCAL(sctp->sctp_opkts); in sctp_send_shutdown_ack()
H A Dsctp_error.c153 BUMP_LOCAL(sctp->sctp_opkts); in sctp_user_abort()
154 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_user_abort()
285 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_abort()
310 BUMP_LOCAL(sctp->sctp_opkts); in sctp_send_abort()
311 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_abort()
554 BUMP_LOCAL(sctp->sctp_opkts); in sctp_add_err()
567 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_add_err()
593 BUMP_LOCAL(sctp->sctp_opkts); in sctp_process_err()
H A Dsctp_input.c790 BUMP_LOCAL(sctp->sctp_reassmsgs); in sctp_uodata_frag()
1588 BUMP_LOCAL(sctp->sctp_idchunks); in sctp_data_chunk()
1815 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_fill_sack()
1816 BUMP_LOCAL(sctp->sctp_osacks); in sctp_fill_sack()
1885 BUMP_LOCAL(sctp->sctp_opkts); in sctp_make_sack()
1947 BUMP_LOCAL(sctp->sctp_opkts); in sctp_sack()
2004 BUMP_LOCAL(sctp->sctp_opkts); in sctp_check_abandoned_msg()
2481 BUMP_LOCAL(sctp->sctp_opkts); in sctp_check_abandoned_data()
2731 BUMP_LOCAL(sctp->sctp_isacks); in sctp_got_sack()
2806 BUMP_LOCAL(sctp->sctp_opkts); in sctp_got_sack()
[all …]
H A Dsctp_timer.c666 BUMP_LOCAL(sctp->sctp_T1expire); in sctp_rexmit_timer()
678 BUMP_LOCAL(sctp->sctp_opkts); in sctp_rexmit_timer()
683 BUMP_LOCAL(sctp->sctp_T1expire); in sctp_rexmit_timer()
692 BUMP_LOCAL(sctp->sctp_opkts); in sctp_rexmit_timer()
697 BUMP_LOCAL(sctp->sctp_T2expire); in sctp_rexmit_timer()
706 BUMP_LOCAL(sctp->sctp_T2expire); in sctp_rexmit_timer()
H A Dsctp_cookie.c504 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_send_initack()
872 BUMP_LOCAL(sctp->sctp_opkts); in sctp_send_initack()
873 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_initack()
899 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_cookie_ack()
903 BUMP_LOCAL(sctp->sctp_opkts); in sctp_send_cookie_ack()
1186 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_send_cookie_echo()
1212 BUMP_LOCAL(sctp->sctp_opkts); in sctp_send_cookie_echo()
1237 BUMP_LOCAL(sctp->sctp_ibchunks); in sctp_process_cookie()
H A Dsctp_output.c292 BUMP_LOCAL(sctp->sctp_msgcount); in sctp_sendmsg()
394 BUMP_LOCAL(sctp->sctp_prsctpdrop); in sctp_chunkify()
764 BUMP_LOCAL(sctp->sctp_rxtchunks); in sctp_find_fast_rexmit_mblks()
871 BUMP_LOCAL(sctp->sctp_prsctpdrop); in sctp_get_msg_to_send()
981 BUMP_LOCAL(sctp->sctp_opkts); in sctp_fast_rexmit()
1285 BUMP_LOCAL(sctp->sctp_opkts); in sctp_output()
1809 BUMP_LOCAL(sctp->sctp_opkts); in sctp_rexmit()
2029 BUMP_LOCAL(sctp->sctp_opkts); in sctp_rexmit()
2313 BUMP_LOCAL(sctp->sctp_opkts); in sctp_ss_rexmit()
H A Dsctp_impl.h257 BUMP_LOCAL((sctp)->sctp_oudchunks); \
259 BUMP_LOCAL((sctp)->sctp_odchunks); \
285 BUMP_LOCAL(sctp->sctp_rxtchunks); \
286 BUMP_LOCAL((sctp)->sctp_T3expire); \
287 BUMP_LOCAL((fp)->sf_T3expire); \
H A Dsctp_init.c221 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_init_mp()
H A Dsctp_asconf.c326 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_asconf_send()
583 BUMP_LOCAL(sctp->sctp_obchunks); in sctp_input_asconf()
592 BUMP_LOCAL(sctp->sctp_opkts); in sctp_input_asconf()
1028 BUMP_LOCAL(sctp->sctp_opkts); in sctp_wput_asconf()
H A Dsctp_conn.c645 BUMP_LOCAL(sctp->sctp_opkts); in sctp_connect()
/illumos-gate/usr/src/uts/common/inet/
H A Dmib2.h141 #define BUMP_LOCAL(x) (x)++ macro