Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/security/mac_ifoff/
HDmac_ifoff.c92 if (ifoff_lo_enabled && ifp->if_type == IFT_LOOP) in ifnet_check_outgoing()
95 if (ifoff_other_enabled && ifp->if_type != IFT_LOOP) in ifnet_check_outgoing()
107 if (ifoff_lo_enabled && ifp->if_type == IFT_LOOP) in ifnet_check_incoming()
110 if (ifoff_other_enabled && ifp->if_type != IFT_LOOP) in ifnet_check_incoming()
/freebsd-11-stable/sys/netinet/
HDsctp_os_bsd.h203 #define SCTP_IFN_IS_IFT_LOOP(ifn) ((ifn)->ifn_type == IFT_LOOP)
204 …ro_rt->rt_ifa && (ro)->ro_rt->rt_ifa->ifa_ifp && (ro)->ro_rt->rt_ifa->ifa_ifp->if_type == IFT_LOOP)
361 …->m_flags & M_PKTHDR) && ((m->m_pkthdr.rcvif == NULL) || (m->m_pkthdr.rcvif->if_type == IFT_LOOP)))
HDsctp_bsd_addr.c169 case IFT_LOOP: in sctp_is_desired_interface_type()
/freebsd-11-stable/tools/tools/ifpifa/
HDifpifa.c153 case IFT_LOOP: in main()
/freebsd-11-stable/sys/net/
HDif_types.h69 IFT_LOOP = 0x18, /* loopback */ enumerator
HDif_disc.c87 ifp = sc->sc_ifp = if_alloc(IFT_LOOP); in disc_clone_create()
HDif_loop.c125 ifp = if_alloc(IFT_LOOP); in lo_clone_create()
/freebsd-11-stable/sys/dev/netmap/
HDnetmap_generic.c1062 if (ifp->if_type == IFT_LOOP) { in generic_netmap_attach()
/freebsd-11-stable/contrib/libpcap/
HDpcap-bpf.c2112 case IFT_LOOP:
/freebsd-11-stable/sys/netinet6/
HDin6.c1989 case IFT_LOOP: in in6_if2idlen()
/freebsd-11-stable/lib/libc/net/
HDgetaddrinfo.c1639 if ((ifa->ifa_flags & IFT_LOOP) != 0 && in addrconfig()
/freebsd-11-stable/sys/security/mac_lomac/
HDmac_lomac.c1180 if (ifp->if_type == IFT_LOOP) { in lomac_ifnet_create()
/freebsd-11-stable/sys/security/mac_mls/
HDmac_mls.c1026 if (ifp->if_type == IFT_LOOP) in mls_ifnet_create()
/freebsd-11-stable/sys/security/mac_biba/
HDmac_biba.c1066 if (ifp->if_type == IFT_LOOP || interfaces_equal != 0) { in biba_ifnet_create()
/freebsd-11-stable/sys/compat/linux/
HDlinux_ioctl.c2376 if (ifp->if_type == IFT_LOOP) { in linux_gifhwaddr()