Home
last modified time | relevance | path

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

/trueos/sys/net/
HDif_loop.c124 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()
HDif_var.h941 #define V_loif VNET(loif) macro
HDrtsock.c1543 if (V_loif) in rt_dispatch()
1544 m->m_pkthdr.rcvif = V_loif; in rt_dispatch()
HDif.c1621 info.rti_ifp = V_loif; in ifa_add_loopback_route()
/trueos/sys/netinet6/
HDip6_forward.c563 m->m_pkthdr.rcvif = V_loif; in ip6_forward()
582 m->m_pkthdr.rcvif = V_loif; in ip6_forward()
HDip6_output.c725 m->m_pkthdr.rcvif = V_loif; in ip6_output()
744 m->m_pkthdr.rcvif = V_loif; in ip6_output()
HDip6_input.c458 IP6STAT_INC(ip6s_m2m[V_loif->if_index]); in ip6_input()
HDmld6.c3102 m0->m_pkthdr.rcvif = V_loif; in mld_dispatch_packet()
/trueos/sys/netinet/
HDip_output.c526 m->m_pkthdr.rcvif = V_loif; in ip_output()
550 m->m_pkthdr.rcvif = V_loif; in ip_output()
HDin.c883 (ia_ro.ro_rt->rt_ifp == V_loif)) { in in_ifinit()
1015 (ia_ro.ro_rt->rt_ifp == V_loif)) { in in_scrubprefix()
HDigmp.c3435 imo.imo_multicast_ifp = V_loif; in igmp_intr()
3453 m0->m_pkthdr.rcvif = V_loif; in igmp_intr()
/trueos/sys/netpfil/pf/
HDpf_ioctl.c3604 chk = pf_test6(PF_IN, (*m)->m_flags & M_LOOP ? V_loif : ifp, m, inp); in pf_check6_in()