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

/freebsd-9.3-release/sys/net/
H A Dif_loop.c125 KASSERT(V_loif != ifp, ("%s: destroying lo0", __func__));
153 if (V_loif == NULL)
154 V_loif = ifp;
181 V_loif = NULL;
326 if (bpf_peers_present(V_loif->if_bpf)) {
327 if ((m->m_flags & M_MCAST) == 0 || V_loif == ifp) {
334 bpf_mtap2(V_loif->if_bpf, &af1, sizeof(af1), m);
H A Drtsock.c1480 if (V_loif)
1481 m->m_pkthdr.rcvif = V_loif;
H A Dif_var.h897 #define V_loif VNET(loif) macro
H A Dif.c1478 info.rti_ifp = V_loif;
/freebsd-9.3-release/sys/netinet6/
H A Dip6_forward.c577 m->m_pkthdr.rcvif = V_loif;
596 m->m_pkthdr.rcvif = V_loif;
H A Dip6_output.c897 m->m_pkthdr.rcvif = V_loif;
916 m->m_pkthdr.rcvif = V_loif;
H A Dip6_input.c466 IP6STAT_INC(ip6s_m2m[V_loif->if_index]);
H A Dmld6.c3102 m0->m_pkthdr.rcvif = V_loif;
/freebsd-9.3-release/sys/netinet/
H A Dip_output.c517 m->m_pkthdr.rcvif = V_loif;
541 m->m_pkthdr.rcvif = V_loif;
H A Din.c943 (ia_ro.ro_rt->rt_ifp == V_loif)) {
1074 (ia_ro.ro_rt->rt_ifp == V_loif)) {
H A Digmp.c3434 imo.imo_multicast_ifp = V_loif;
3452 m0->m_pkthdr.rcvif = V_loif;
/freebsd-9.3-release/sys/contrib/pf/net/
H A Dpf_ioctl.c4201 chk = pf_test6(PF_IN, (*m)->m_flags & M_LOOP ? V_loif : ifp, m,

Completed in 114 milliseconds