Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/systat/
H A Dsctp.c173 DO(sctps_recvauthmissing); in domode()
/freebsd-14.2/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-14.2/usr.bin/netstat/
H A Dsctp.c621 p(sctps_recvauthmissing, "\t\t{:dropped-missing-auth/%ju} " in sctp_stats()