Searched refs:net_stat_t (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libdladm/common/ |
H A D | usage.c | 101 } 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 …]
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | exacct_impl.h | 143 } net_stat_t; typedef
|
/titanic_50/usr/src/uts/common/os/ |
H A D | exacct.c | 1175 exacct_attach_netstat_item(net_stat_t *ns, ea_object_t *record, int res) in exacct_attach_netstat_item() 1332 (net_stat_t *)ninfo, record, res); in exacct_assemble_net_record()
|
/titanic_50/usr/src/uts/common/io/mac/ |
H A D | mac.c | 5326 net_stat_t *nstat; in mac_write_flow_stats() 5335 nstat = kmem_zalloc(sizeof (net_stat_t), KM_NOSLEEP); in mac_write_flow_stats() 5363 ninfo->ni_size = sizeof (net_stat_t); in mac_write_flow_stats() 5410 net_stat_t *nstat; in mac_write_link_stats() 5420 nstat = kmem_zalloc(sizeof (net_stat_t), KM_NOSLEEP); in mac_write_link_stats() 5452 ninfo->ni_size = sizeof (net_stat_t); in mac_write_link_stats()
|