#define SCTP_INCR_EP_COUNT() \ do { \
sctppcbinfo.ipi_count_ep++; \
} while (0)
#define SCTP_DECR_EP_COUNT() \ do { \
sctppcbinfo.ipi_count_ep--; \
} while (0)
#define SCTP_INCR_ASOC_COUNT() \ do { \
sctppcbinfo.ipi_count_asoc++; \
} while (0)
#define SCTP_DECR_ASOC_COUNT() \ do { \
sctppcbinfo.ipi_count_asoc--; \
} while (0)
#define SCTP_INCR_LADDR_COUNT() \ do { \
sctppcbinfo.ipi_count_laddr++; \
} while (0)
#define SCTP_DECR_LADDR_COUNT() \ do { \
sctppcbinfo.ipi_count_laddr--; \
} while (0)
#define SCTP_INCR_RADDR_COUNT() \ do { \
sctppcbinfo.ipi_count_raddr++; \
} while (0)
#define SCTP_DECR_RADDR_COUNT() \ do { \
sctppcbinfo.ipi_count_raddr--; \
} while (0)
#define SCTP_INCR_CHK_COUNT() \ do { \
sctppcbinfo.ipi_count_chunk++; \
} while (0)
#define SCTP_DECR_CHK_COUNT() \ do { \
sctppcbinfo.ipi_count_chunk--; \
} while (0)
#define SCTP_INCR_READQ_COUNT() \ do { \
sctppcbinfo.ipi_count_readq++; \
} while (0)
#define SCTP_DECR_READQ_COUNT() \ do { \
sctppcbinfo.ipi_count_readq--; \
} while (0)
#define SCTP_INCR_STRMOQ_COUNT() \ do { \
sctppcbinfo.ipi_count_strmoq++; \
} while (0)
#define SCTP_DECR_STRMOQ_COUNT() \ do { \
sctppcbinfo.ipi_count_strmoq--; \
} while (0)
/* these were in sctp_lock_empty.h but aren't in sctp_lock_bsd.h ... */ #if0 #define SCTP_IPI_ADDR_LOCK() #define SCTP_IPI_ADDR_UNLOCK() #endif
/* These were in sctp_lock_empty.h because they were commented out within *withinuser_include/user_socketvar.h.IftheyareNOTcommentedout *inuser_socketvar.h(becausethatseemsthemorenaturalplaceforthem *tolive),thenchangethis"if"to0.Keepthe"if"as1iftheseARE *indeedcommentedoutinuser_socketvar.h. * *Thismodularityiskeptsothisfilecaneasilybechosenasanalternative *toSCTP_PROCESS_LEVEL_LOCKS.IfonedefinesSCTP_PROCESS_LEVEL_LOCKSin *user_include/opt_sctp.h,thenthefilesctp_process_lock.h(whichwedidn't *implement)isused,andthatdeclarestheselocksalready(sousing *SCTP_PROCESS_LEVEL_LOCKS*requires*thatthesedefintionsbecommentedout *inuser_socketvar.h).
*/ #if1 #define SOCK_LOCK(_so) #define SOCK_UNLOCK(_so) #define SOCKBUF_LOCK(_so_buf) #define SOCKBUF_UNLOCK(_so_buf) #define SOCKBUF_LOCK_ASSERT(_so_buf) #endif
#endif
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.15 Sekunden
(vorverarbeitet am 2026-08-26)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.