Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_flow.c166 fep->fe_ksp = ksp; in flow_stat_create()
176 if (fep->fe_ksp != NULL) { in flow_stat_destroy()
177 kstat_delete(fep->fe_ksp); in flow_stat_destroy()
178 fep->fe_ksp = NULL; in flow_stat_destroy()
1176 if (fep->fe_ksp != NULL) { in mac_rename_flow()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_flow_impl.h321 kstat_t *fe_ksp; member