Home
last modified time | relevance | path

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

/external/minijail/
Dbpf.h76 #define bpf_comp_jset bpf_comp_jset32 macro
90 #define bpf_comp_jset bpf_comp_jset64 macro
179 size_t bpf_comp_jset(struct sock_filter *filter, unsigned long mask,
Dbpf.c133 return bpf_comp_jset(filter, negative_mask, jf, jt); in bpf_comp_jin()
160 comp_function = bpf_comp_jset; in bpf_arg_comp()
Dsyscall_filter_unittest.cc142 TEST(bpf, bpf_comp_jset) { in TEST() argument
148 size_t len = bpf_comp_jset(comp_jset, mask, jt, jf); in TEST()