Searched refs:newtip (Results 1 – 1 of 1) sorted by relevance
996 trill_inst_t *tip, *newtip = NULL; in trill_find_bridge() local1000 newtip = kmem_zalloc(sizeof (*tip), KM_NOSLEEP); in trill_find_bridge()1009 if (!can_create || newtip == NULL) { in trill_find_bridge()1014 tip = newtip; in trill_find_bridge()1015 newtip = NULL; in trill_find_bridge()1035 if (newtip != NULL) in trill_find_bridge()1036 kmem_free(newtip, sizeof (*newtip)); in trill_find_bridge()