Home
last modified time | relevance | path

Searched refs:bpf_comp_jset (Results 1 – 3 of 3) sorted by relevance

/external/minijail/
Dbpf.h71 #define bpf_comp_jset bpf_comp_jset32 macro
85 #define bpf_comp_jset bpf_comp_jset64 macro
174 size_t bpf_comp_jset(struct sock_filter *filter, unsigned long mask,
Dsyscall_filter_unittest.c156 TEST_F(bpf, bpf_comp_jset) { in TEST_F() argument
162 size_t len = bpf_comp_jset(comp_jset, mask, jt, jf); in TEST_F()
Dbpf.c147 comp_function = bpf_comp_jset; in bpf_arg_comp()