Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/
H A Dbpf.c795 bpf_tap_func disable_tap = NULL; in bpf_detachd() local
824 disable_tap = NULL; in bpf_detachd()
834 disable_tap = bp->bif_tap; in bpf_detachd()
835 if (disable_tap) { in bpf_detachd()
875 if (disable_tap) { in bpf_detachd()
876 disable_tap(ifp, dlt, BPF_TAP_DISABLE); in bpf_detachd()