Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dsctp.c255 DO(sctps_sends_with_eof); in domode()
/freebsd/sys/netinet/
H A Dsctp_sysctl.c822 sb.sctps_sends_with_eof += sarry->sctps_sends_with_eof;
H A Dsctp_uio.h1104 uint32_t sctps_sends_with_eof; /* number of sends with EOF flag set */ member
H A Dsctp_output.c13577 SCTP_STAT_INCR(sctps_sends_with_eof); in sctp_lower_sosend()
/freebsd/usr.bin/netstat/
H A Dsctp.c812 p(sctps_sends_with_eof, "\t{:sent-with-eof/%ju} " in sctp_stats()