Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/security/mac_ifoff/
HDmac_ifoff.c89 if (ifoff_lo_enabled && if_gettype(ifp) == IFT_LOOP) in ifnet_check_outgoing()
92 if (ifoff_other_enabled && if_gettype(ifp) != IFT_LOOP) in ifnet_check_outgoing()
104 if (ifoff_lo_enabled && if_gettype(ifp) == IFT_LOOP) in ifnet_check_incoming()
107 if (ifoff_other_enabled && if_gettype(ifp) != IFT_LOOP) in ifnet_check_incoming()
/freebsd-14-stable/sys/netinet/
HDsctp_os_bsd.h201 #define SCTP_IFN_IS_IFT_LOOP(ifn) ((ifn)->ifn_type == IFT_LOOP)
202 …ro_nh->nh_ifa && (ro)->ro_nh->nh_ifa->ifa_ifp && (ro)->ro_nh->nh_ifa->ifa_ifp->if_type == IFT_LOOP)
353 …->m_flags & M_PKTHDR) && ((m->m_pkthdr.rcvif == NULL) || (m->m_pkthdr.rcvif->if_type == IFT_LOOP)))
HDsctp_bsd_addr.c166 case IFT_LOOP: in sctp_is_desired_interface_type()
HDip_mroute.c951 ifp = V_multicast_register_if = if_alloc(IFT_LOOP); in add_vif()
/freebsd-14-stable/tools/tools/ifpifa/
HDifpifa.c150 case IFT_LOOP: in main()
/freebsd-14-stable/sys/net/
HDif_types.h70 IFT_LOOP = 0x18, /* loopback */ enumerator
HDif_disc.c89 ifp = sc->sc_ifp = if_alloc(IFT_LOOP); in disc_clone_create()
HDif_loop.c127 ifp = if_alloc(IFT_LOOP); in lo_clone_create()
/freebsd-14-stable/sys/compat/linux/
HDlinux.h366 #define IFP_IS_LOOP(ifp) (if_gettype(ifp) == IFT_LOOP)
/freebsd-14-stable/tests/atf_python/sys/net/
HDvnet.py48 IFT_LOOP = 0x18 variable in VnetInterface
60 self.iftype = self.IFT_LOOP
/freebsd-14-stable/contrib/libpcap/
HDpcap-haiku.c290 case IFT_LOOP: in pcap_activate_haiku()
HDpcap-bpf.c2325 case IFT_LOOP:
/freebsd-14-stable/sys/dev/netmap/
HDnetmap_generic.c1101 if (if_gettype(ifp) == IFT_LOOP) { in generic_netmap_attach()
/freebsd-14-stable/sys/netinet6/
HDin6.c2160 case IFT_LOOP: in in6_if2idlen()
/freebsd-14-stable/lib/libc/net/
HDgetaddrinfo.c1638 if ((ifa->ifa_flags & IFT_LOOP) != 0 && in addrconfig()
/freebsd-14-stable/sys/security/mac_lomac/
HDmac_lomac.c1188 if (if_gettype(ifp) == IFT_LOOP) { in lomac_ifnet_create()
/freebsd-14-stable/sys/security/mac_mls/
HDmac_mls.c1023 if (if_gettype(ifp) == IFT_LOOP) in mls_ifnet_create()
/freebsd-14-stable/sys/security/mac_biba/
HDmac_biba.c1064 if (if_gettype(ifp) == IFT_LOOP || interfaces_equal != 0) { in biba_ifnet_create()