Home
last modified time | relevance | path

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

/NextBSD/usr.bin/systat/
HDsctp.c261 DO(sctps_sends_with_unord); in domode()
/NextBSD/sys/netinet/
HDsctp_sysctl.c791 sb.sctps_sends_with_unord += sarry->sctps_sends_with_unord;
HDsctp_uio.h1099 uint32_t sctps_sends_with_unord; /* number of unordered sends */ member
HDsctp_output.c13024 SCTP_STAT_INCR(sctps_sends_with_unord); in sctp_lower_sosend()
/NextBSD/usr.bin/netstat/
HDsctp.c887 p(sctps_sends_with_unord, "\t{:sent-with-unordered/%ju} " in sctp_stats()