Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dbpf_filter.c696 case BPF_ALU | BPF_SUB | BPF_X: in bpf_filter()
731 case BPF_ALU | BPF_SUB | BPF_K: in bpf_filter()
838 case BPF_SUB: in bpf_validate()
H A Dbpf.h1183 #define BPF_SUB 0x10 macro