Home
last modified time | relevance | path

Searched refs:bif_ifp (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/net/
Dbpfdesc.h123 struct ifnet *bif_ifp; /* corresponding interface */ member
Dbpf.c346 KASSERT(bp->bif_ifp != NULL); in bpf_detachd()
353 error = ifpromisc(bp->bif_ifp, 0); in bpf_detachd()
652 ifp = d->bd_bif->bif_ifp; in bpfwrite()
896 } else if (d->bd_bif->bif_ifp != NULL) { in bpfioctl()
900 error = ifpromisc(d->bd_bif->bif_ifp, 1); in bpfioctl()
1734 bp->bif_ifp = NULL; in bpfsattach()
1758 bp->bif_ifp = ifp; in bpfattach()
1770 if (bp->bif_ifp == ifp) in bpfdetach()