Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/
H A Dmac.c393 } netinfo_t; typedef
5270 static netinfo_t *
5273 netinfo_t *ninfo; in mac_write_flow_desc()
5278 ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP); in mac_write_flow_desc()
5283 kmem_free(ninfo, sizeof (netinfo_t)); in mac_write_flow_desc()
5322 static netinfo_t *
5325 netinfo_t *ninfo; in mac_write_flow_stats()
5332 ninfo = kmem_zalloc(sizeof (netinfo_t), KM_NOSLEEP); in mac_write_flow_stats()
5337 kmem_free(ninfo, sizeof (netinfo_t)); in mac_write_flow_stats()
5370 static netinfo_t *
[all …]