Lines Matching refs:ipif
289 ipif_t *ipif;
305 ipif = ipif_good_addr(ill, IPCL_ZONEID(connp));
306 if (ipif != NULL) {
308 ipif->ipif_lcl_addr;
309 ipif_refrele(ipif);
1185 ipif_t *ipif;
1204 ipif = ipif_lookup_addr(addr, NULL, zoneid, ipst);
1205 if (ipif == NULL)
1208 if (IS_VNI(ipif->ipif_ill)) {
1209 ipif_refrele(ipif);
1212 ifindex = ipif->ipif_ill->ill_phyint->phyint_ifindex;
1213 ipif_refrele(ipif);