Home
last modified time | relevance | path

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

/freebsd-10-stable/usr.bin/systat/
Dsctp.c260 DO(sctps_sends_with_flags); in domode()
/freebsd-10-stable/sys/netinet/
Dsctp_sysctl.c790 sb.sctps_sends_with_flags += sarry->sctps_sends_with_flags;
Dsctp_uio.h1098 uint32_t sctps_sends_with_flags; /* number of sends with member
Dsctp_output.c12552 SCTP_STAT_INCR(sctps_sends_with_flags); in sctp_lower_sosend()
/freebsd-10-stable/usr.bin/netstat/
Dsctp.c764 p(sctps_sends_with_flags, "\t%ju send%s with sinfo_flags !=0\n"); in sctp_stats()