Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/net/
H A Dbpfdesc.h195 bpf_tap_func bif_tap; member
H A Dbpf.c706 if (bp->bif_tap != NULL) { in bpf_attachd()
707 error = bp->bif_tap(bp->bif_ifp, bp->bif_dlt, in bpf_attachd()
775 disable_tap = bp->bif_tap; in bpf_detachd()
4288 bp_new->bif_tap = tap; in bpf_attach()