Home
last modified time | relevance | path

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

/freebsd/usr.bin/systat/
H A Dsctp.c241 DO(sctps_windowprobed); in domode()
/freebsd/sys/netinet/
H A Dsctp_sysctl.c804 sb.sctps_windowprobed += sarry->sctps_windowprobed;
H A Dsctp_uio.h1082 uint32_t sctps_windowprobed; /* total number of window probes sent */ member
H A Dsctp_output.c7094 SCTP_STAT_INCR(sctps_windowprobed); in sctp_clean_up_datalist()
9763 SCTP_STAT_INCR(sctps_windowprobed); in sctp_chunk_retransmission()
/freebsd/usr.bin/netstat/
H A Dsctp.c776 p(sctps_windowprobed, "\t{:sent-window-probes/%ju} " in sctp_stats()