Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dbpfdesc.h166 #define BPF_FINALIZE_PKTAP 0x0004 /* finalize pktap header on read */ macro
H A Dbpf.c559 d->bd_flags |= BPF_FINALIZE_PKTAP; in bpf_attachd()
561 d->bd_flags &= ~BPF_FINALIZE_PKTAP; in bpf_attachd()
1226 if (flags & BPF_FINALIZE_PKTAP) { in bpfread()
1237 } else if (flags & BPF_FINALIZE_PKTAP) { in bpfread()