Searched refs:BPF_D_IN (Results 1 – 4 of 4) sorted by relevance
86 *flagbuf++ = (bd->bd_direction == BPF_D_IN) ? '-' : in bpf_flags()99 xo_emit("{e:direction}", (bd->bd_direction == BPF_D_IN) ? "input" : in bpf_flags()
162 BPF_D_IN, /* See incoming packets */ enumerator
163 BPF_D_IN, /* See incoming packets */ enumerator
1748 case BPF_D_IN: in bpfioctl()2285 (((d)->bd_direction == BPF_D_IN && (r) != (i)) || \