Searched refs:BPF_PKTHDRV2 (Results 1 – 2 of 2) sorted by relevance
172 #define BPF_PKTHDRV2 0x0100 /* pktap header version 2 */ macro
2155 d->bd_flags |= BPF_PKTHDRV2; in bpfioctl()2157 d->bd_flags &= ~BPF_PKTHDRV2; in bpfioctl()2162 int_arg = d->bd_flags & BPF_PKTHDRV2 ? 1 : 0; in bpfioctl()2771 if ((d->bd_flags & BPF_PKTHDRV2) && in bpf_tap_imp()