Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c101 } net_stat_t; typedef
116 net_stat_t *net_entry_shead;
117 net_stat_t *net_entry_stail;
119 net_stat_t *net_entry_sref;
120 net_stat_t *net_entry_tstats;
127 net_stat_t *my_time_stat;
247 add_stat_item(ea_object_t *o, net_stat_t *ns) in add_stat_item()
391 if ((ne->net_entry_tstats = calloc(1, sizeof (net_stat_t))) == NULL) { in add_desc_to_tbl()
579 update_pe(net_plot_entry_t *pe, net_stat_t *nns, int nentries, in update_pe()
605 net_stat_t *ns, int entries, void *arg) in add_pe_to_file()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dexacct_impl.h143 } net_stat_t; typedef
/illumos-gate/usr/src/uts/common/os/
H A Dexacct.c1180 exacct_attach_netstat_item(net_stat_t *ns, ea_object_t *record, int res) in exacct_attach_netstat_item()
1337 (net_stat_t *)ninfo, record, res); in exacct_assemble_net_record()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c5975 net_stat_t *nstat; in mac_write_flow_stats()
5984 nstat = kmem_zalloc(sizeof (net_stat_t), KM_NOSLEEP); in mac_write_flow_stats()
6012 ninfo->ni_size = sizeof (net_stat_t); in mac_write_flow_stats()
6059 net_stat_t *nstat; in mac_write_link_stats()
6069 nstat = kmem_zalloc(sizeof (net_stat_t), KM_NOSLEEP); in mac_write_link_stats()
6101 ninfo->ni_size = sizeof (net_stat_t); in mac_write_link_stats()