Searched refs:BPF_D_OUT (Results 1 – 4 of 4) sorted by relevance
87 ((bd->bd_direction == BPF_D_OUT) ? 'o' : 's'); in bpf_flags()100 (bd->bd_direction == BPF_D_OUT) ? "output" : "bidirectional"); in bpf_flags()
164 BPF_D_OUT /* See outgoing packets */ enumerator
165 BPF_D_OUT /* See outgoing packets */ enumerator
1750 case BPF_D_OUT: in bpfioctl()2286 ((d)->bd_direction == BPF_D_OUT && (r) == (i)))