Home
last modified time | relevance | path

Searched refs:V_loif (Results 1 – 16 of 16) sorted by relevance

/f-stack/freebsd/net/
H A Dif_loop.c115 KASSERT(V_loif != ifp, ("%s: destroying lo0", __func__)); in lo_clone_destroy()
143 if (V_loif == NULL) in lo_clone_create()
144 V_loif = ifp; in lo_clone_create()
171 V_loif = NULL; in vnet_loif_uninit()
313 if (bpf_peers_present(V_loif->if_bpf)) { in if_simloop()
314 if ((m->m_flags & M_MCAST) == 0 || V_loif == ifp) { in if_simloop()
321 bpf_mtap2(V_loif->if_bpf, &af1, sizeof(af1), m); in if_simloop()
H A Drtsock.c573 if (V_loif == NULL) { in fill_blackholeinfo()
577 info->rti_ifp = V_loif; in fill_blackholeinfo()
2085 if (V_loif) in rt_dispatch()
2086 m->m_pkthdr.rcvif = V_loif; in rt_dispatch()
H A Dif_var.h628 #define V_loif VNET(loif) macro
/f-stack/freebsd/netinet6/
H A Dscope6.c565 sa6->sin6_scope_id = in6_getscopezone(V_loif, scope); in sa6_checkzone()
566 else if (sa6->sin6_scope_id != in6_getscopezone(V_loif, scope)) in sa6_checkzone()
H A Dip6_forward.c341 m->m_pkthdr.rcvif = V_loif; in ip6_forward()
H A Dip6_output.c1045 m->m_pkthdr.rcvif = V_loif; in ip6_output()
1077 m->m_pkthdr.rcvif = V_loif; in ip6_output()
H A Dip6_input.c583 IP6STAT_INC(ip6s_m2m[V_loif->if_index]); in ip6_input()
H A Din6.c188 info.rti_ifp = V_loif; in in6_newaddrmsg()
H A Dmld6.c3139 m0->m_pkthdr.rcvif = V_loif; in mld_dispatch_packet()
/f-stack/freebsd/net/route/
H A Droute_ifaddrs.c153 info.rti_ifp = V_loif; in ifa_maintain_loopback_route()
/f-stack/freebsd/netinet/
H A Dip_output.c149 m->m_pkthdr.rcvif = V_loif; in ip_output_pfil()
182 m->m_pkthdr.rcvif = V_loif; in ip_output_pfil()
H A Digmp.c3486 imo.imo_multicast_ifp = V_loif; in igmp_intr()
3504 m0->m_pkthdr.rcvif = V_loif; in igmp_intr()
H A Din.c883 ifp = V_loif; in in_handle_ifaddr_route()
/f-stack/lib/
H A Dff_route.c460 if (V_loif == NULL) { in fill_blackholeinfo()
464 info->rti_ifp = V_loif; in fill_blackholeinfo()
/f-stack/freebsd/netpfil/ipfw/nat64/
H A Dnat64_translate.c256 m->m_pkthdr.rcvif = V_loif; in nat64_output()
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c4535 chk = pf_test6(PF_IN, flags, (*m)->m_flags & M_LOOP ? V_loif : ifp, m, inp); in pf_check6_in()