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

  /external/minijail/
bpf.h 123 static inline size_t set_bpf_instr(struct sock_filter *instr, function
135 set_bpf_instr((_block), (_code), (_k), 0, 0)
138 set_bpf_instr((_block), (_code), (_k), (_jt), (_jf))
syscall_filter_unittest.c 105 TEST_F(bpf, set_bpf_instr) {
111 size_t len = set_bpf_instr(&instr, code, k, jt, jf);

Completed in 48 milliseconds