Symbol: mac_unicast_impl_t
usr/src/uts/common/io/mac/mac.c
7372
mac_unicast_impl_t *muip;
usr/src/uts/common/io/mac/mac_client.c
1213
static mac_unicast_impl_t *
usr/src/uts/common/io/mac/mac_client.c
1216
mac_unicast_impl_t *muip = mcip->mci_unicast_list;
usr/src/uts/common/io/mac/mac_client.c
156
mac_unicast_impl_t *);
usr/src/uts/common/io/mac/mac_client.c
163
uint8_t *, mac_resource_props_t *, boolean_t, mac_unicast_impl_t *);
usr/src/uts/common/io/mac/mac_client.c
165
mac_unicast_impl_t *, flow_entry_t *);
usr/src/uts/common/io/mac/mac_client.c
2330
mac_unicast_impl_t *muip)
usr/src/uts/common/io/mac/mac_client.c
2554
mac_unicast_impl_t *muip;
usr/src/uts/common/io/mac/mac_client.c
2643
muip = kmem_zalloc(sizeof (mac_unicast_impl_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
2746
muip = kmem_zalloc(sizeof (mac_unicast_impl_t), KM_SLEEP);
usr/src/uts/common/io/mac/mac_client.c
2892
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
2942
mac_client_datapath_teardown(mac_client_handle_t mch, mac_unicast_impl_t *muip,
usr/src/uts/common/io/mac/mac_client.c
3049
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
3069
mac_unicast_impl_t *muip = (mac_unicast_impl_t *)mah;
usr/src/uts/common/io/mac/mac_client.c
3070
mac_unicast_impl_t *pre;
usr/src/uts/common/io/mac/mac_client.c
3097
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
3112
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
3145
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
3233
mac_unicast_impl_t *muip;
usr/src/uts/common/io/mac/mac_client.c
3256
kmem_free(muip, sizeof (mac_unicast_impl_t));
usr/src/uts/common/io/mac/mac_client.c
4855
mac_unicast_impl_t *muip;
usr/src/uts/common/io/mac/mac_client.c
5124
mac_client_get_flow(mac_client_impl_t *mcip, mac_unicast_impl_t *muip)
usr/src/uts/common/io/mac/mac_client.c
563
mac_unicast_impl_t *mui_list, *oth_mui_list;
usr/src/uts/common/sys/mac_client_impl.h
210
mac_unicast_impl_t *mci_unicast_list; /* mci_rw_lock */