Symbol: V_mfctables
sys/netinet/ip_mroute.c
1382
mfct = &V_mfctables[M_GETFIB(m)];
sys/netinet/ip_mroute.c
1609
expire_upcalls(&V_mfctables[i]);
sys/netinet/ip_mroute.c
1785
mfct = &V_mfctables[fibnum];
sys/netinet/ip_mroute.c
1807
mfct = &V_mfctables[fibnum];
sys/netinet/ip_mroute.c
2311
mfct = &V_mfctables[i];
sys/netinet/ip_mroute.c
2591
mfct = &V_mfctables[M_GETFIB(m)];
sys/netinet/ip_mroute.c
2808
mfct = &V_mfctables[curthread->td_proc->p_fibnum];
sys/netinet/ip_mroute.c
2847
mfct = &V_mfctables[curthread->td_proc->p_fibnum];
sys/netinet/ip_mroute.c
2874
omfctables = V_mfctables;
sys/netinet/ip_mroute.c
2889
atomic_store_rel_ptr((uintptr_t *)&V_mfctables, (uintptr_t)mfctables);
sys/netinet/ip_mroute.c
2924
mfct = &V_mfctables[i];
sys/netinet/ip_mroute.c
2927
free(V_mfctables, M_MRTABLE);
sys/netinet/ip_mroute.c
421
return (&V_mfctables[fib]);
sys/netinet/ip_mroute.c
569
mfct = &V_mfctables[fibnum];
sys/netinet/ip_mroute.c
692
count += detach_ifnet(&V_mfctables[i], ifp);
sys/netinet6/ip6_mroute.c
1192
mfct = &V_mfctables[M_GETFIB(m)];
sys/netinet6/ip6_mroute.c
1447
expire_upcalls(&V_mfctables[i]);
sys/netinet6/ip6_mroute.c
1820
mfct = &V_mfctables[M_GETFIB(m)];
sys/netinet6/ip6_mroute.c
2006
mfct = &V_mfctables[i];
sys/netinet6/ip6_mroute.c
2034
omfctables = V_mfctables;
sys/netinet6/ip6_mroute.c
2040
atomic_store_rel_ptr((uintptr_t *)&V_mfctables, (uintptr_t)mfctables);
sys/netinet6/ip6_mroute.c
2064
free(V_mfctables, M_MRTABLE6);
sys/netinet6/ip6_mroute.c
2065
V_mfctables = NULL;
sys/netinet6/ip6_mroute.c
224
return (SYSCTL_OUT(req, &V_mfctables[fibnum].mfchashtbl,
sys/netinet6/ip6_mroute.c
240
mfct = &V_mfctables[curthread->td_proc->p_fibnum];
sys/netinet6/ip6_mroute.c
396
return (&V_mfctables[fib]);
sys/netinet6/ip6_mroute.c
503
mfct = &V_mfctables[fibnum];