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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c2700 aggr_port_stat_entry_t *aggr_port_stat_entry = NULL; local
2715 aggr_port_stat_entry = calloc(1, sizeof (aggr_port_stat_entry_t));
2716 if (aggr_port_stat_entry == NULL)
2720 aggr_port_stat_entry->ape_portlinkid = linkid;
2722 i_dlstat_get_stats(kcp, ksp, &aggr_port_stat_entry->ape_stats,
2726 return (aggr_port_stat_entry);
2736 aggr_port_stat_entry_t *aggr_port_stat_entry; local
2753 aggr_port_stat_entry = i_dlstat_single_port_stats(dpa.dp_dev,
2755 if (aggr_port_stat_entry == NULL)
2761 free(aggr_port_stat_entry);
[all...]

Completed in 20 milliseconds