Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dbpf.c778 bpf_tap_func disable_tap; in bpf_detachd() local
806 disable_tap = NULL; in bpf_detachd()
816 disable_tap = bp->bif_tap; in bpf_detachd()
817 if (disable_tap) { in bpf_detachd()
866 if (disable_tap) { in bpf_detachd()
867 disable_tap(ifp, dlt, BPF_TAP_DISABLE); in bpf_detachd()