Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dgenseccomp.py14 BPF_JGE = "BPF_JUMP(BPF_JMP|BPF_JGE|BPF_K, {0}, {1}, {2})" variable
/bionic/libc/kernel/uapi/linux/
Dbpf_common.h56 #define BPF_JGE 0x30 macro