Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dsctp.c181 DO(sctps_sendpackets); in domode()
/freebsd/sys/netinet/
H A Dsctp_sysctl.c747 sb.sctps_sendpackets += sarry->sctps_sendpackets;
H A Dsctp_uio.h994 uint32_t sctps_sendpackets; /* total output packets */ member
H A Dsctp_output.c4230 SCTP_STAT_INCR(sctps_sendpackets); in sctp_lowlevel_chunk_output()
4560 SCTP_STAT_INCR(sctps_sendpackets); in sctp_lowlevel_chunk_output()
11350 SCTP_STAT_INCR(sctps_sendpackets); in sctp_send_resp_msg()
/freebsd/usr.bin/netstat/
H A Dsctp.c629 p(sctps_sendpackets, "\t{:sent-packets/%ju} " in sctp_stats()