Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dsctp.c190 DO(sctps_senderrors); in domode()
/freebsd/sys/netinet/
H A Dsctp_sysctl.c756 sb.sctps_senderrors += sarry->sctps_senderrors;
H A Dsctp_uio.h1008 uint32_t sctps_senderrors; /* ip_output error counter */ member
H A Dsctp_output.c4233 SCTP_STAT_INCR(sctps_senderrors); in sctp_lowlevel_chunk_output()
4563 SCTP_STAT_INCR(sctps_senderrors); in sctp_lowlevel_chunk_output()
11354 SCTP_STAT_INCR(sctps_senderrors); in sctp_send_resp_msg()
/freebsd/usr.bin/netstat/
H A Dsctp.c649 p1a(sctps_senderrors, "\t\t{:send-errors/%ju} " in sctp_stats()