Home
last modified time | relevance | path

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

/freebsd/sys/netinet6/
H A Dip6_mroute.c212 #define V_mfctables VNET(mfctables) macro
224 return (SYSCTL_OUT(req, &V_mfctables[fibnum].mfchashtbl, in sysctl_mfctable()
240 mfct = &V_mfctables[curthread->td_proc->p_fibnum]; in sysctl_mif6table()
396 return (&V_mfctables[fib]); in somfctable()
503 mfct = &V_mfctables[fibnum]; in X_mrt6_ioctl()
1192 mfct = &V_mfctables[M_GETFIB(m)]; in X_ip6_mforward()
1447 expire_upcalls(&V_mfctables[i]); in expire_upcalls_all()
1820 mfct = &V_mfctables[M_GETFIB(m)]; in pim6_input()
2006 mfct = &V_mfctables[i]; in ip6_mrouter_ifdetach()
2034 omfctables = V_mfctables; in ip6_mroute_rtnumfibs_change()
[all …]
/freebsd/sys/netinet/
H A Dip_mroute.c192 #define V_mfctables VNET(mfctables) macro
421 return (&V_mfctables[fib]); in somfctable()
569 mfct = &V_mfctables[fibnum]; in X_mrt_ioctl()
692 count += detach_ifnet(&V_mfctables[i], ifp); in if_detached_event()
1382 mfct = &V_mfctables[M_GETFIB(m)]; in X_ip_mforward()
1609 expire_upcalls(&V_mfctables[i]); in expire_upcalls_all()
1785 mfct = &V_mfctables[fibnum]; in X_legal_vif_num()
1807 mfct = &V_mfctables[fibnum]; in X_ip_mcast_src()
2311 mfct = &V_mfctables[i]; in bw_upcalls_send_all()
2591 mfct = &V_mfctables[M_GETFIB(m)]; in pim_input()
[all …]