Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dbpf_filter.c664 case BPF_JMP | BPF_JGE | BPF_K: in bpf_filter()
680 case BPF_JMP | BPF_JGE | BPF_X: in bpf_filter()
884 case BPF_JGE: in bpf_validate()
H A Dbpf.h1194 #define BPF_JGE 0x30 macro