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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c396 } netinfo_t; typedef in typeref:struct:netinfo_s
5269 /* Write the flow description to a netinfo_t record */
5270 static netinfo_t *
5273 netinfo_t *ninfo;
5278 ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP);
5283 kmem_free(ninfo, sizeof (netinfo_t));
5321 /* Write the flow statistics to a netinfo_t record */
5322 static netinfo_t *
5325 netinfo_t *ninfo;
5332 ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEE
[all...]

Completed in 53 milliseconds