Searched refs:IFT_LOOP (Results 1 - 15 of 15) sorted by relevance

/freebsd-13-stable/sys/security/mac_ifoff/
H A Dmac_ifoff.c93 if (ifoff_lo_enabled && ifp->if_type == IFT_LOOP)
96 if (ifoff_other_enabled && ifp->if_type != IFT_LOOP)
108 if (ifoff_lo_enabled && ifp->if_type == IFT_LOOP)
111 if (ifoff_other_enabled && ifp->if_type != IFT_LOOP)
/freebsd-13-stable/sys/compat/linux/
H A Dlinux.h41 #define IFP_IS_LOOP(ifp) (ifp->if_type == IFT_LOOP)
/freebsd-13-stable/sys/netinet/
H A Dsctp_os_bsd.h205 #define SCTP_IFN_IS_IFT_LOOP(ifn) ((ifn)->ifn_type == IFT_LOOP)
206 #define SCTP_ROUTE_IS_REAL_LOOP(ro) ((ro)->ro_nh && (ro)->ro_nh->nh_ifa && (ro)->ro_nh->nh_ifa->ifa_ifp && (ro)->ro_nh->nh_ifa->ifa_ifp->if_type == IFT_LOOP)
358 #define SCTP_IS_IT_LOOPBACK(m) ((m->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:
/freebsd-13-stable/sys/net/
H A Dif_disc.c89 ifp = sc->sc_ifp = if_alloc(IFT_LOOP);
H A Dif_types.h71 IFT_LOOP = 0x18, /* loopback */ enumerator in enum:__anon14887
H A Dif_loop.c128 ifp = if_alloc(IFT_LOOP);
/freebsd-13-stable/tools/tools/ifpifa/
H A Difpifa.c153 case IFT_LOOP:
/freebsd-13-stable/sys/dev/netmap/
H A Dnetmap_generic.c1073 if (ifp->if_type == IFT_LOOP) {
/freebsd-13-stable/contrib/libpcap/
H A Dpcap-bpf.c2112 case IFT_LOOP:
/freebsd-13-stable/sys/netinet6/
H A Din6.c2058 case IFT_LOOP:
/freebsd-13-stable/lib/libc/net/
H A Dgetaddrinfo.c1641 if ((ifa->ifa_flags & IFT_LOOP) != 0 &&
/freebsd-13-stable/sys/security/mac_biba/
H A Dmac_biba.c1067 if (ifp->if_type == IFT_LOOP || interfaces_equal != 0) {
/freebsd-13-stable/sys/security/mac_lomac/
H A Dmac_lomac.c1181 if (ifp->if_type == IFT_LOOP) {
/freebsd-13-stable/sys/security/mac_mls/
H A Dmac_mls.c1027 if (ifp->if_type == IFT_LOOP)

Completed in 317 milliseconds