Searched refs:M_PROMISC (Results 1 – 7 of 7) sorted by relevance
62 M_PROMISC = 0x2000 variable
483 m->m_flags |= M_PROMISC; in ether_demux()
883 if ((m->m_flags & M_PROMISC) == 0 && in dlil_input_packet_list_common()1021 if ((m->m_flags & M_PROMISC) != 0) { in dlil_input_packet_list_common()
9906 m->m_flags |= M_PROMISC;
738 #define M_PROMISC 0x2000 /* packet is promiscuous (shouldn't go to stack) */ macro752 M_FIRSTFRAG|M_LASTFRAG|M_PROMISC|M_HASFCS)
1370 static_assert(MBUF_PROMISC == M_PROMISC); in mbinit()
1003 static_assert(MBUF_PROMISC == M_PROMISC); in mbinit()