Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/net/
H A Dbpf_filter.c650 case BPF_JMP | BPF_JGE | BPF_K: in bpf_filter()
666 case BPF_JMP | BPF_JGE | BPF_X: in bpf_filter()
870 case BPF_JGE: in bpf_validate()
H A Dbpf.h1299 #define BPF_JGE 0x30 macro