Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libdladm/common/
H A Dusage.c119 net_stat_t *net_entry_sref; member
739 ne->net_entry_sref = ns; in add_stat_to_tbl()
740 } else if (ns->net_stat_ibytes < ne->net_entry_sref->net_stat_tibytes || in add_stat_to_tbl()
741 (ns->net_stat_obytes < ne->net_entry_sref->net_stat_tobytes)) { in add_stat_to_tbl()
743 ne->net_entry_sref = ns; in add_stat_to_tbl()
746 update_stats(ns, ne, ne->net_entry_sref); in add_stat_to_tbl()
951 head->net_entry_sref = NULL; in free_logtable()