Searched refs:IFT_LOOP (Results 1 – 15 of 15) sorted by relevance
92 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()
203 #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)))
169 case IFT_LOOP: in sctp_is_desired_interface_type()
153 case IFT_LOOP: in main()
69 IFT_LOOP = 0x18, /* loopback */ enumerator
87 ifp = sc->sc_ifp = if_alloc(IFT_LOOP); in disc_clone_create()
125 ifp = if_alloc(IFT_LOOP); in lo_clone_create()
1062 if (ifp->if_type == IFT_LOOP) { in generic_netmap_attach()
2112 case IFT_LOOP:
1989 case IFT_LOOP: in in6_if2idlen()
1639 if ((ifa->ifa_flags & IFT_LOOP) != 0 && in addrconfig()
1180 if (ifp->if_type == IFT_LOOP) { in lomac_ifnet_create()
1026 if (ifp->if_type == IFT_LOOP) in mls_ifnet_create()
1066 if (ifp->if_type == IFT_LOOP || interfaces_equal != 0) { in biba_ifnet_create()
2376 if (ifp->if_type == IFT_LOOP) { in linux_gifhwaddr()