Home
last modified time | relevance | path

Searched refs:sctps_recvauthmissing (Results 1 – 5 of 5) sorted by relevance

/freebsd/usr.bin/systat/
H A Dsctp.c172 DO(sctps_recvauthmissing); in domode()
/freebsd/sys/netinet/
H A Dsctp_sysctl.c739 sb.sctps_recvauthmissing += sarry->sctps_recvauthmissing;
H A Dsctp_uio.h980 uint32_t sctps_recvauthmissing; /* total input chunks missing AUTH */ member
H A Dsctp_input.c4574 SCTP_STAT_INCR(sctps_recvauthmissing); in sctp_process_control()
5523 SCTP_STAT_INCR(sctps_recvauthmissing); in sctp_common_input_processing()
5569 SCTP_STAT_INCR(sctps_recvauthmissing); in sctp_common_input_processing()
/freebsd/usr.bin/netstat/
H A Dsctp.c613 p(sctps_recvauthmissing, "\t\t{:dropped-missing-auth/%ju} " in sctp_stats()