Home
last modified time | relevance | path

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

/base/startup/init/services/modules/seccomp/scripts/
Dgenerate_code_from_policy.py381 def gen_bpf_eq32(const_str, jt, jf): argument
387 def gen_bpf_eq64(const_str, jt, jf): argument
394 def gen_bpf_eq(self, const_str, jt, jf): argument
401 def gen_bpf_ne(self, const_str, jt, jf): argument
405 def gen_bpf_gt32(const_str, jt, jf): argument
411 def gen_bpf_gt64(const_str, jt, jf): argument
429 def gen_bpf_gt(self, const_str, jt, jf): argument
436 def gen_bpf_le(self, const_str, jt, jf): argument
440 def gen_bpf_ge32(const_str, jt, jf): argument
446 def gen_bpf_ge64(const_str, jt, jf): argument
[all …]