Home
last modified time | relevance | path

Searched refs:sctps_aborted (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/
Dusrsctp.h1086 uint32_t sctps_aborted; /* sctpStats 4 (Counter32) */ member
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_sysctl.c881 sb.sctps_aborted += sarry->sctps_aborted;
Dsctp_uio.h972 uint32_t sctps_aborted; /* sctpStats 4 (Counter32) */ member
Dsctp_pcb.c3993 SCTP_STAT_INCR_COUNTER32(sctps_aborted);
4063 SCTP_STAT_INCR_COUNTER32(sctps_aborted);
4130 SCTP_STAT_INCR_COUNTER32(sctps_aborted);
Dsctputil.c4070 SCTP_STAT_INCR_COUNTER32(sctps_aborted);
4194 SCTP_STAT_INCR_COUNTER32(sctps_aborted);
Dsctp_usrreq.c1218 SCTP_STAT_INCR_COUNTER32(sctps_aborted);
1301 SCTP_STAT_INCR_COUNTER32(sctps_aborted);
Dsctp_input.c843 SCTP_STAT_INCR_COUNTER32(sctps_aborted); in sctp_handle_abort()