Searched refs:sctpListenDrop (Results 1 - 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/inet/sctp/ |
H A D | sctp_conn.c | 201 SCTPS_BUMP_MIB(sctps, sctpListenDrop); 233 SCTPS_BUMP_MIB(sctps, sctpListenDrop); 277 SCTPS_BUMP_MIB(sctps, sctpListenDrop); 317 SCTPS_BUMP_MIB(sctps, sctpListenDrop); 335 SCTPS_BUMP_MIB(sctps, sctpListenDrop);
|
H A D | sctp_snmp.c | 253 sctpkp->sctpListenDrop.value.i32 = sctp_mib.sctpListenDrop; 304 { "sctpListenDrop", KSTAT_DATA_INT32, 0 }, 967 to->sctpListenDrop += from->sctpListenDrop;
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | kstatcom.h | 353 kstat_named_t sctpListenDrop; member in struct:sctp_named_kstat
|
H A D | mib2.h | 1777 Counter sctpListenDrop; member in struct:mib2_sctp
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/ |
H A D | netstat.c | 1450 MDIFF(d, s2, s1, sctpListenDrop); 2291 prval("sctpListenDrop", sctp->sctpListenDrop);
|
Completed in 92 milliseconds