Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_stats.c205 tp->t_stats = stats_blob_alloc(tpl, 0); in tcp_stats_sample_rollthedice()
H A Dtcp_usrreq.c2184 sbp = stats_blob_alloc( in tcp_default_ctloutput()
H A Dtcp_subr.c1812 tp->t_stats = stats_blob_alloc(V_tcp_perconn_stats_dflt_tpl, 0); in tcp_newtcpcb()
/f-stack/freebsd/sys/
H A Dstats.h806 stats_blob_alloc(uint32_t tpl_id, uint32_t flags) in stats_blob_alloc() function