Searched refs:tb_unicast_miss (Results 1 – 3 of 3) sorted by relevance
1307 if (tbl->tb_unicast_miss) { in eib_fip_queue_tbl_entry()1308 kmem_free(tbl->tb_unicast_miss, in eib_fip_queue_tbl_entry()1311 tbl->tb_unicast_miss = map; in eib_fip_queue_tbl_entry()
757 if (tbl->tb_unicast_miss) { in eib_vnic_fini_tables()758 kmem_free(tbl->tb_unicast_miss, sizeof (eib_vhub_map_t)); in eib_vnic_fini_tables()759 tbl->tb_unicast_miss = NULL; in eib_vnic_fini_tables()
553 struct eib_vhub_map_s *tb_unicast_miss; member