HomeSort by relevance Sort by last modified time
    Searched refs:bpf_comp_jeq (Results 1 - 3 of 3) sorted by null

  /external/minijail/
bpf.h 70 #define bpf_comp_jeq bpf_comp_jeq32 macro
84 #define bpf_comp_jeq bpf_comp_jeq64 macro
172 size_t bpf_comp_jeq(struct sock_filter *filter, unsigned long c,
bpf.c 139 comp_function = bpf_comp_jeq;
143 comp_function = bpf_comp_jeq;
syscall_filter_unittest.c 134 TEST_F(bpf, bpf_comp_jeq) {
140 size_t len = bpf_comp_jeq(comp_jeq, c, jt, jf);

Completed in 2337 milliseconds