Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Din_kdtrace.c293 MIB_PROBE_TCP(tcps_hc_allocfail);
H A Dtcp_hostcache.c533 TCPSTAT_INC(tcps_hc_allocfail); in tcp_hc_update()
H A Din_kdtrace.h285 SDT_PROBE_DECLARE(mib, tcp, count, tcps_hc_allocfail);
H A Dtcp_var.h1057 uint64_t tcps_hc_allocfail; /* hostcache zone full */ member
/freebsd/usr.bin/netstat/
H A Dinet.c797 p(tcps_hc_allocfail, "\t\t{:allocation-failures/%ju} " in tcp_stats()