Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_stats.c202 tp->t_stats = stats_blob_alloc(tpl, 0); in tcp_stats_sample_rollthedice()
H A Dtcp_usrreq.c2217 sbp = stats_blob_alloc( in tcp_default_ctloutput()
H A Dtcp_subr.c2347 tp->t_stats = stats_blob_alloc(V_tcp_perconn_stats_dflt_tpl, 0); in tcp_newtcpcb()
/freebsd/share/man/man3/
H A DMakefile300 stats.3 stats_blob_alloc.3 \
/freebsd/sys/sys/
H A Dstats.h804 stats_blob_alloc(uint32_t tpl_id, uint32_t flags) in stats_blob_alloc() function