if_getindex
error = sbuf_printf(sb, "%u\n", if_getindex(ifp));
hash = l2_hash(d, sa, if_getindex(ifp));
hash = l2_hash(d, sa, if_getindex(ifp));
if (if_getindex(vf_ifp) < hn_vfmap_size)
hn_ifp = hn_vfmap[if_getindex(vf_ifp)];
if (if_getindex(ifp) >= hn_vfmap_size) {
newsize = if_getindex(ifp) + HN_VFMAP_SIZE_DEF;
KASSERT(hn_vfmap[if_getindex(ifp)] == NULL,
if_name(ifp), if_getindex(ifp), if_name(hn_vfmap[if_getindex(ifp)])));
hn_vfmap[if_getindex(ifp)] = sc->hn_ifp;
KASSERT(if_getindex(ifp) < hn_vfmap_size,
("ifindex %d, vfmapsize %d", if_getindex(ifp), hn_vfmap_size));
if (hn_vfmap[if_getindex(ifp)] != NULL) {
KASSERT(hn_vfmap[if_getindex(ifp)] == sc->hn_ifp,
if_name(ifp), if_getindex(ifp),
if_name(hn_vfmap[if_getindex(ifp)])));
hn_vfmap[if_getindex(ifp)] = NULL;
dst_addr.sin6_scope_id = if_getindex(iwdev->netdev);
idx = if_getindex(m->m_pkthdr.rcvif);
idx = if_getindex(m->m_pkthdr.leaf_rcvif);
int if_getindex(const if_t ifp);
ifinfo->ifi_index = if_getindex(ifp);
if (attrs->ifi_index != 0 && attrs->ifi_index != if_getindex(ifp))
ifamsg->ifa_index = if_getindex(ifp);
uint32_t ifindex = (uint32_t)if_getindex(ifp);
ndm->ndm_ifindex = if_getindex(wa->ifp);
in6_set_unicast_scopeid(&sa6->sin6_addr, if_getindex(ifp));
nlattr_add_u32(nw, NHA_OIF, if_getindex(nh->nh_ifp));
nlattr_add_u32(nw, NHAF_AIF, if_getindex(nh->nh_aifp));
in6_set_unicast_scopeid(&sa6->sin6_addr, if_getindex(ifp));
in6_set_unicast_scopeid(&gw6->sin6_addr, if_getindex(ifp));
NL_LOG(LOG_DEBUG, "IFINDEX %d", attrs.nha_oif ? if_getindex(attrs.nha_oif) : 0);
rtnh->rtnh_ifindex = if_getindex(wn[i].nh->nh_ifp);
nlattr_add_u32(nw, NL_RTA_OIF, if_getindex(nh->nh_ifp));
in6_set_unicast_scopeid(&sa6->sin6_addr, if_getindex(ifp));
dev_addr->bound_dev_if = if_getindex(dev);
dev_addr->bound_dev_if = if_getindex(dev);
if (addr->bound_dev_if == if_getindex(dev))
dev_addr.bound_dev_if = if_getindex(dev);
work->path[0].ifindex = if_getindex(gid_attr.ndev);
work->path[0].ifindex = if_getindex(gid_attr.ndev);
if_getindex(net_dev));
src_tmp.sin6_scope_id = if_getindex(net_dev);
dst_tmp.sin6_scope_id = if_getindex(net_dev);
if_getindex(net_dev), NHR_NONE, 0);
addr->dev_addr.bound_dev_if == if_getindex(net_dev));
route->path_rec->ifindex = if_getindex(ndev);