Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dbpf.c578 bpf_tap_func disable_tap; in bpf_detachd() local
607 disable_tap = NULL; in bpf_detachd()
617 disable_tap = bp->bif_tap; in bpf_detachd()
618 if (disable_tap) { in bpf_detachd()
654 if (disable_tap) { in bpf_detachd()
655 disable_tap(ifp, dlt, BPF_TAP_DISABLE); in bpf_detachd()