Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dbpf_filter.c682 case BPF_ALU | BPF_SUB | BPF_X: in bpf_filter()
717 case BPF_ALU | BPF_SUB | BPF_K: in bpf_filter()
824 case BPF_SUB: in bpf_validate()
H A Dbpf.h1288 #define BPF_SUB 0x10 macro