Searched refs:newtip (Results 1 – 1 of 1) sorted by relevance
995 trill_inst_t *tip, *newtip = NULL; in trill_find_bridge() local999 newtip = kmem_zalloc(sizeof (*tip), KM_NOSLEEP); in trill_find_bridge()1008 if (!can_create || newtip == NULL) { in trill_find_bridge()1013 tip = newtip; in trill_find_bridge()1014 newtip = NULL; in trill_find_bridge()1034 if (newtip != NULL) in trill_find_bridge()1035 kmem_free(newtip, sizeof (*newtip)); in trill_find_bridge()