Home
last modified time | relevance | path

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

/xnu-10063.141.1/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()
853 if (disable_tap) { in bpf_detachd()
854 disable_tap(ifp, dlt, BPF_TAP_DISABLE); in bpf_detachd()