Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/bpf/
H A Dbpf.c327 &d->bd_promisc_handle, d->bd_promisc_flags); in bpf_attachd()
363 mph = d->bd_promisc_handle; in bpf_detachd()
364 d->bd_promisc_handle = 0; in bpf_detachd()
938 if (d->bd_promisc_handle) { in bpfioctl()
941 mph = d->bd_promisc_handle; in bpfioctl()
942 d->bd_promisc_handle = 0; in bpfioctl()
952 &d->bd_promisc_handle, d->bd_promisc_flags); in bpfioctl()
/titanic_50/usr/src/uts/common/io/bpf/net/
H A Dbpfdesc.h163 uintptr_t bd_promisc_handle; member