Home
last modified time | relevance | path

Searched refs:tcps_rcvwinprobe (Results 1 – 7 of 7) sorted by relevance

/freebsd/usr.bin/systat/
H A Dtcp.c198 DO(tcps_rcvwinprobe); in domode()
250 L(18, tcps_keeptimeo); R(18, tcps_rcvwinprobe); in showtcp()
/freebsd/sys/netinet/
H A Din_kdtrace.c252 MIB_PROBE_TCP(tcps_rcvwinprobe);
H A Din_kdtrace.h244 SDT_PROBE_DECLARE(mib, tcp, count, tcps_rcvwinprobe);
H A Dtcp_var.h984 uint64_t tcps_rcvwinprobe; /* rcvd window probe packets */ member
H A Dtcp_input.c2382 TCPSTAT_INC(tcps_rcvwinprobe); in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c657 KMOD_TCPSTAT_INC(tcps_rcvwinprobe); in _ctf_drop_checks()
/freebsd/usr.bin/netstat/
H A Dinet.c668 p(tcps_rcvwinprobe, "\t\t{:received-window-probes/%ju} " in tcp_stats()