OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bpf_comp_jset
(Results
1 - 3
of
3
) sorted by null
/external/minijail/
bpf.h
71
#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,
bpf.c
147
comp_function =
bpf_comp_jset
;
syscall_filter_unittest.c
156
TEST_F(bpf,
bpf_comp_jset
) {
162
size_t len =
bpf_comp_jset
(comp_jset, mask, jt, jf);
Completed in 69 milliseconds