Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/systat/
H A Dsctp.c242 DO(sctps_windowprobed); in domode()
/freebsd-14.2/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.c7096 SCTP_STAT_INCR(sctps_windowprobed); in sctp_clean_up_datalist()
9765 SCTP_STAT_INCR(sctps_windowprobed); in sctp_chunk_retransmission()
/freebsd-14.2/usr.bin/netstat/
H A Dsctp.c784 p(sctps_windowprobed, "\t{:sent-window-probes/%ju} " in sctp_stats()