Home
last modified time | relevance | path

Searched refs:IFT_LOOP (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/security/mac_ifoff/
H A Dmac_ifoff.c93 if (ifoff_lo_enabled && ifp->if_type == IFT_LOOP) in ifnet_check_outgoing()
96 if (ifoff_other_enabled && ifp->if_type != IFT_LOOP) in ifnet_check_outgoing()
108 if (ifoff_lo_enabled && ifp->if_type == IFT_LOOP) in ifnet_check_incoming()
111 if (ifoff_other_enabled && ifp->if_type != IFT_LOOP) in ifnet_check_incoming()
/f-stack/freebsd/netinet/
H A Dsctp_os_bsd.h205 #define SCTP_IFN_IS_IFT_LOOP(ifn) ((ifn)->ifn_type == IFT_LOOP)
206 …ro_nh->nh_ifa && (ro)->ro_nh->nh_ifa->ifa_ifp && (ro)->ro_nh->nh_ifa->ifa_ifp->if_type == IFT_LOOP)
358 …->m_flags & M_PKTHDR) && ((m->m_pkthdr.rcvif == NULL) || (m->m_pkthdr.rcvif->if_type == IFT_LOOP)))
H A Dsctp_bsd_addr.c169 case IFT_LOOP: in sctp_is_desired_interface_type()
/f-stack/freebsd/net/
H A Dif_types.h71 IFT_LOOP = 0x18, /* loopback */ enumerator
H A Dif_disc.c89 ifp = sc->sc_ifp = if_alloc(IFT_LOOP); in disc_clone_create()
H A Dif_loop.c128 ifp = if_alloc(IFT_LOOP); in lo_clone_create()
/f-stack/tools/compat/include/net/
H A Dif_types.h71 IFT_LOOP = 0x18, /* loopback */ enumerator
/f-stack/freebsd/netinet6/
H A Din6.c2065 case IFT_LOOP: in in6_if2idlen()
/f-stack/freebsd/security/mac_lomac/
H A Dmac_lomac.c1181 if (ifp->if_type == IFT_LOOP) { in lomac_ifnet_create()
/f-stack/freebsd/security/mac_biba/
H A Dmac_biba.c1067 if (ifp->if_type == IFT_LOOP || interfaces_equal != 0) { in biba_ifnet_create()
/f-stack/freebsd/security/mac_mls/
H A Dmac_mls.c1027 if (ifp->if_type == IFT_LOOP) in mls_ifnet_create()