Searched defs:sctpstat (Results 1 – 3 of 3) sorted by relevance
945 struct sctpstat { struct946 struct sctp_timeval sctps_discontinuitytime; /* sctpStats 18949 uint32_t sctps_currestab; /* sctpStats 1 (Gauge32) */950 uint32_t sctps_activeestab; /* sctpStats 2 (Counter32) */951 uint32_t sctps_restartestab;952 uint32_t sctps_collisionestab;953 uint32_t sctps_passiveestab; /* sctpStats 3 (Counter32) */954 uint32_t sctps_aborted; /* sctpStats 4 (Counter32) */955 uint32_t sctps_shutdown; /* sctpStats 5 (Counter32) */956 uint32_t sctps_outoftheblue; /* sctpStats 6 (Counter32) */[all …]
245 struct sctpstat *sctpstat; member247 struct sctpstat sctpstat; member
576 struct sctpstat sctpstat; in sctp_stats() local