Searched refs:V_loif (Results 1 – 12 of 12) sorted by relevance
124 KASSERT(V_loif != ifp, ("%s: destroying lo0", __func__)); in lo_clone_destroy()152 if (V_loif == NULL) in lo_clone_create()153 V_loif = ifp; in lo_clone_create()180 V_loif = NULL; in vnet_loif_uninit()325 if (bpf_peers_present(V_loif->if_bpf)) { in if_simloop()326 if ((m->m_flags & M_MCAST) == 0 || V_loif == ifp) { in if_simloop()333 bpf_mtap2(V_loif->if_bpf, &af1, sizeof(af1), m); in if_simloop()
941 #define V_loif VNET(loif) macro
1543 if (V_loif) in rt_dispatch()1544 m->m_pkthdr.rcvif = V_loif; in rt_dispatch()
1621 info.rti_ifp = V_loif; in ifa_add_loopback_route()
563 m->m_pkthdr.rcvif = V_loif; in ip6_forward()582 m->m_pkthdr.rcvif = V_loif; in ip6_forward()
725 m->m_pkthdr.rcvif = V_loif; in ip6_output()744 m->m_pkthdr.rcvif = V_loif; in ip6_output()
458 IP6STAT_INC(ip6s_m2m[V_loif->if_index]); in ip6_input()
3102 m0->m_pkthdr.rcvif = V_loif; in mld_dispatch_packet()
526 m->m_pkthdr.rcvif = V_loif; in ip_output()550 m->m_pkthdr.rcvif = V_loif; in ip_output()
883 (ia_ro.ro_rt->rt_ifp == V_loif)) { in in_ifinit()1015 (ia_ro.ro_rt->rt_ifp == V_loif)) { in in_scrubprefix()
3435 imo.imo_multicast_ifp = V_loif; in igmp_intr()3453 m0->m_pkthdr.rcvif = V_loif; in igmp_intr()
3604 chk = pf_test6(PF_IN, (*m)->m_flags & M_LOOP ? V_loif : ifp, m, inp); in pf_check6_in()