Symbol: V_mfctables
sys/netinet/ip_mroute.c
1382
mfct = &V_mfctables[M_GETFIB(m)];
sys/netinet/ip_mroute.c
1607
expire_upcalls(&V_mfctables[i]);
sys/netinet/ip_mroute.c
1783
mfct = &V_mfctables[fibnum];
sys/netinet/ip_mroute.c
1805
mfct = &V_mfctables[fibnum];
sys/netinet/ip_mroute.c
2309
mfct = &V_mfctables[i];
sys/netinet/ip_mroute.c
2588
mfct = &V_mfctables[M_GETFIB(m)];
sys/netinet/ip_mroute.c
2805
mfct = &V_mfctables[curthread->td_proc->p_fibnum];
sys/netinet/ip_mroute.c
2844
mfct = &V_mfctables[curthread->td_proc->p_fibnum];
sys/netinet/ip_mroute.c
2871
omfctables = V_mfctables;
sys/netinet/ip_mroute.c
2886
atomic_store_rel_ptr((uintptr_t *)&V_mfctables, (uintptr_t)mfctables);
sys/netinet/ip_mroute.c
2921
mfct = &V_mfctables[i];
sys/netinet/ip_mroute.c
2924
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
1443
expire_upcalls(&V_mfctables[i]);
sys/netinet6/ip6_mroute.c
1816
mfct = &V_mfctables[M_GETFIB(m)];
sys/netinet6/ip6_mroute.c
2002
mfct = &V_mfctables[i];
sys/netinet6/ip6_mroute.c
2030
omfctables = V_mfctables;
sys/netinet6/ip6_mroute.c
2036
atomic_store_rel_ptr((uintptr_t *)&V_mfctables, (uintptr_t)mfctables);
sys/netinet6/ip6_mroute.c
2060
free(V_mfctables, M_MRTABLE6);
sys/netinet6/ip6_mroute.c
2061
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];