Searched refs:tcps_sndprobe (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/usr.bin/systat/
H A Dtcp.c185 DO(tcps_sndprobe);
245 L(6, tcps_timeoutdrop); R(6, tcps_sndprobe);
/freebsd-10-stable/release/picobsd/tinyware/ns/
H A Dns.c540 printf(" %10lu window probes sent\n", s.tcps_sndprobe);
/freebsd-10-stable/sys/netinet/
H A Dtcp_var.h461 uint64_t tcps_sndprobe; /* window probes sent */ member in struct:tcpstat
H A Dtcp_output.c1009 TCPSTAT_INC(tcps_sndprobe);
/freebsd-10-stable/usr.bin/netstat/
H A Dinet.c638 p(tcps_sndprobe, "\t\t%ju window probe packet%s\n");

Completed in 105 milliseconds