Searched defs:gblsnames (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dfilters.c141 globalstats_t *gblsnames = NULL; local
151 gblsnames = (globalstats_t *)ipgpc_global_stats->ipps_data;
152 ASSERT(gblsnames != NULL);
156 IPP_STAT_UINT32, &gblsnames->nfilters)) != 0) {
160 IPP_STAT_UINT32, &gblsnames->nclasses)) != 0) {
164 IPP_STAT_UINT64, &gblsnames->nbytes)) != 0) {
168 IPP_STAT_UINT64, &gblsnames->npackets)) != 0) {
172 IPP_STAT_UINT64, &gblsnames->epackets)) != 0) {

Completed in 55 milliseconds