Home
last modified time | relevance | path

Searched refs:bpf_comp_jset32 (Results 1 – 2 of 2) sorted by relevance

/external/minijail/
Dbpf.c165 size_t bpf_comp_jset32(struct sock_filter *filter, unsigned long mask, in bpf_comp_jset32() function
187 curr_block += bpf_comp_jset32(curr_block, mask_hi, SKIPN(2) + jt, NEXT); in bpf_comp_jset64()
189 curr_block += bpf_comp_jset32(curr_block, mask_lo, jt, jf); in bpf_comp_jset64()
Dbpf.h87 #define bpf_comp_jset bpf_comp_jset32