Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/systat/
Dsctp.c261 DO(sctps_sends_with_unord); in domode()
/freebsd-10-stable/sys/netinet/
Dsctp_sysctl.c791 sb.sctps_sends_with_unord += sarry->sctps_sends_with_unord;
Dsctp_uio.h1100 uint32_t sctps_sends_with_unord; /* number of unordered sends */ member
Dsctp_output.c13089 SCTP_STAT_INCR(sctps_sends_with_unord); in sctp_lower_sosend()
/freebsd-10-stable/usr.bin/netstat/
Dsctp.c765 p(sctps_sends_with_unord, "\t%ju unordered send%s\n"); in sctp_stats()