Home
last modified time | relevance | path

Searched refs:M_LOOP (Results 1 – 13 of 13) sorted by relevance

/xnu-12377.41.6/tools/lldbmacros/
H A Dmbufdefines.py54 M_LOOP = 0x0040 variable
/xnu-12377.41.6/bsd/net/
H A Dether_inet6_pr_module.c172 m->m_flags |= M_LOOP; in ether_inet6_pre_output()
H A Dether_inet_pr_module.c254 m->m_flags |= M_LOOP; in ether_inet_pre_output()
274 m->m_flags &= ~M_LOOP; in ether_inet_pre_output()
H A Ddlil_output.c303 if ((m->m_flags & (M_BCAST | M_LOOP)) && in dlil_output()
308 m_loop_set = m->m_flags & M_LOOP; in dlil_output()
H A Dether_if_module.c650 ((*m)->m_flags & M_LOOP) && lo_ifp != NULL) { in ether_frameout_extended()
H A Dif_loop.c442 (*m)->m_flags |= M_LOOP; in lo_pre_output()
/xnu-12377.41.6/bsd/netinet/
H A Dip6.h321 if (((m)->m_flags & M_LOOP) && \
H A Digmp_var.h247 #define M_IGMP_LOOP M_LOOP /* transmit on loif, not real ifp */
/xnu-12377.41.6/bsd/sys/
H A Dmbuf.h729 #define M_LOOP 0x0040 /* packet is looped back (also see PKTF_LOOP) */ macro
751 M_LOOP|M_PROTO5|M_BCAST|M_MCAST|M_FRAG | \
/xnu-12377.41.6/bsd/netinet6/
H A Dip6_output.c1498 m->m_flags |= M_LOOP; in ip6_output_list()
1511 m->m_flags &= ~M_LOOP; /* XXX */ in ip6_output_list()
H A Dicmp6.c2396 ((m->m_flags & M_LOOP) || (m->m_pkthdr.pkt_flags & PKTF_LOOP))) { in icmp6_reflect()
/xnu-12377.41.6/bsd/kern/
H A Duipc_mbuf.c1364 static_assert(MBUF_LOOP == M_LOOP); in mbinit()
H A Duipc_mbuf_mcache.c997 static_assert(MBUF_LOOP == M_LOOP); in mbinit()