Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A Dbpfdesc.h172 #define BPF_FINALIZE_PKTAP 0x0004 /* finalize pktap header on read */ macro
H A Dbpf.c720 d->bd_flags |= BPF_FINALIZE_PKTAP; in bpf_attachd()
722 d->bd_flags &= ~BPF_FINALIZE_PKTAP; in bpf_attachd()
1419 if ((flags & BPF_FINALIZE_PKTAP) != 0 && ehp->bh_complen == 0) { in bpfread()
1430 } else if (flags & BPF_FINALIZE_PKTAP) { in bpfread()
1812 BPF_FINALIZE_PKTAP | BPF_TRUNCATE | BPF_PKTHDRV2 | in bpf_setup()