Home
last modified time | relevance | path

Searched refs:SCTP_STAT_INCR_GAUGE32 (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_input.c1493 SCTP_STAT_INCR_GAUGE32(sctps_currestab); in sctp_process_cookie_existing()
1699 SCTP_STAT_INCR_GAUGE32(sctps_currestab); in sctp_process_cookie_existing()
1763 SCTP_STAT_INCR_GAUGE32(sctps_currestab); in sctp_process_cookie_existing()
1766 SCTP_STAT_INCR_GAUGE32(sctps_restartestab); in sctp_process_cookie_existing()
1768 SCTP_STAT_INCR_GAUGE32(sctps_collisionestab); in sctp_process_cookie_existing()
2160 SCTP_STAT_INCR_GAUGE32(sctps_currestab); in sctp_process_cookie_new()
2769 SCTP_STAT_INCR_GAUGE32(sctps_currestab); in sctp_handle_cookie_ack()
H A Dsctp_uio.h1144 #define SCTP_STAT_INCR_GAUGE32(_x) SCTP_STAT_INCR(_x) macro