Home
last modified time | relevance | path

Searched refs:ips_mfcs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c447 mfcbp = &ipst->ips_mfcs[MFCHASH(req->src.s_addr, req->grp.s_addr)]; in get_sg_cnt()
594 ipst->ips_mfcs = kmem_zalloc(sizeof (struct mfcb) * MFCTBLSIZ, in ip_mrouter_stack_init()
707 mutex_enter(&ipst->ips_mfcs[i].mfcb_lock); in ip_mrouter_done()
708 ipst->ips_mfcs[i].mfcb_refcnt++; in ip_mrouter_done()
709 ipst->ips_mfcs[i].mfcb_marks |= MFCB_MARK_CONDEMNED; in ip_mrouter_done()
710 mutex_exit(&ipst->ips_mfcs[i].mfcb_lock); in ip_mrouter_done()
711 mfc_rt = ipst->ips_mfcs[i].mfcb_mfc; in ip_mrouter_done()
744 MFCB_REFRELE(&ipst->ips_mfcs[i]); in ip_mrouter_done()
761 mfcbp = &ipst->ips_mfcs[i]; in ip_mrouter_stack_destroy()
776 kmem_free(ipst->ips_mfcs, sizeof (struct mfcb) * MFCTBLSIZ); in ip_mrouter_stack_destroy()
[all …]
/illumos-gate/usr/src/uts/common/inet/
H A Dip_stack.h342 struct mfcb *ips_mfcs; /* kernel routing table */ member