Home
last modified time | relevance | path

Searched refs:M_PROMISC (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/net/
Dif_ethersubr.c742 if ((m->m_flags & (M_BCAST | M_MCAST | M_PROMISC)) == 0 && in ether_input()
746 m->m_flags |= M_PROMISC; in ether_input()
749 if ((m->m_flags & M_PROMISC) == 0) { in ether_input()
766 m->m_flags &= ~M_PROMISC; in ether_input()
810 m->m_flags &= ~M_PROMISC; in ether_input()
867 if (m->m_flags & M_PROMISC) in ether_input()
Dif_ether.h124 #define M_PROMISC M_LINK1 /* this packet is not for us */ macro
Dbpf.c905 m->m_flags |= M_PROMISC; in bpf_write()
1767 if ((m->m_flags & M_PROMISC) != 0 && m->m_pkthdr.rcvif_index == 0) { in _bpf_mtap2()
1768 m->m_flags &= ~M_PROMISC; in _bpf_mtap2()
1799 if ((m->m_flags & M_PROMISC) != 0 && m->m_pkthdr.rcvif_index == 0) { in _bpf_mtap()
1800 m->m_flags &= ~M_PROMISC; in _bpf_mtap()
Dif_bridge.c1754 mc->m_flags &= ~M_PROMISC; in bridge_output()
2074 m->m_flags &= ~M_PROMISC; in bridge_input()
2193 mc->m_flags &= ~M_PROMISC; in bridge_broadcast()
Dif_vlan.c1506 m->m_flags &= ~M_PROMISC; in vlan_input()
Dif_pppoe.c2130 if (m->m_flags & M_PROMISC) { in pppoe_enqueue()
/netbsd/src/sys/rump/net/lib/libvirtif/
Dif_virt.c377 m->m_flags |= M_PROMISC; in VIF_DELIVERPKT()
/netbsd/src/sys/rump/net/lib/libshmif/
Dif_shmem.c862 m->m_flags |= M_PROMISC; in shmif_rcv()
/netbsd/src/sys/arch/arm/broadcom/
Dbcm53xx_eth.c1019 m->m_flags |= M_PROMISC; in bcmeth_rx_input()
/netbsd/src/sys/arch/powerpc/booke/dev/
Dpq3etsec.c1597 m->m_flags |= M_PROMISC; in pq3etsec_rx_input()