Searched refs:vdp_stat_entry (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c2863 vdp_stat_entry_t *vdp_stat_entry; local
2915 vdp_stat_entry = calloc(1, sizeof (vdp_stat_entry_t));
2916 if (vdp_stat_entry == NULL)
2919 vdp_stat_entry->vse_linkid = linkid;
2920 vdp_stat_entry->vse_stats.vs_ipkts = vstat->vs_ipkts;
2921 vdp_stat_entry->vse_stats.vs_opkts = vstat->vs_opkts;
2922 vdp_stat_entry->vse_stats.vs_kas = vstat->vs_kas;
2927 free(vdp_stat_entry);
2932 head->dc_statentry = vdp_stat_entry;

Completed in 27 milliseconds