Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf.c334 &d->bd_promisc_handle, d->bd_promisc_flags); in bpf_attachd()
370 mph = d->bd_promisc_handle; in bpf_detachd()
371 d->bd_promisc_handle = 0; in bpf_detachd()
945 if (d->bd_promisc_handle) { in bpfioctl()
948 mph = d->bd_promisc_handle; in bpfioctl()
949 d->bd_promisc_handle = 0; in bpfioctl()
959 &d->bd_promisc_handle, d->bd_promisc_flags); in bpfioctl()
/illumos-gate/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h162 uintptr_t bd_promisc_handle; member