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

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c2084 dladm_stat_chain_t *total_head = NULL; local
2102 total_head = i_dlstat_legacy_rx_lane_stats(linkname);
2138 total_head = calloc(1, sizeof (dladm_stat_chain_t));
2139 if (total_head == NULL) {
2144 (void) strlcpy(total_head->dc_statheader, "mac_rx_lane_total",
2145 sizeof (total_head->dc_statheader));
2146 total_head->dc_statentry = total_stats;
2147 total_head->dc_next = NULL;
2151 return (total_head);
2158 dladm_stat_chain_t *total_head local
2627 dladm_stat_chain_t *total_head = NULL; local
[all...]

Completed in 19 milliseconds