Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpf.c737 bpf_tap_func disable_tap; in bpf_detachd() local
765 disable_tap = NULL; in bpf_detachd()
775 disable_tap = bp->bif_tap; in bpf_detachd()
776 if (disable_tap) { in bpf_detachd()
812 if (disable_tap) { in bpf_detachd()
813 disable_tap(ifp, dlt, BPF_TAP_DISABLE); in bpf_detachd()