Lines Matching refs:ifindex
312 if_link(struct interface *ifp, uint32_t ifindex)
324 if (ifindex != 0) {
325 for (phyi = HFIRST(&ihash_tbl, &ifindex);
327 if (phyi->phyi_index == ifindex)
335 phyi->phyi_index = ifindex;
1046 uint32_t ifindex;
1166 ifindex = 0;
1173 ifindex = lifrp->lifr_index;
1382 if ((ifp->int_phys == NULL && ifindex != 0) ||
1384 ifp->int_phys->phyi_index != ifindex) ||
1542 if_link(ifp, ifindex);