Home
last modified time | relevance | path

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

/external/minijail/
Dbpf.c93 size_t bpf_comp_jgt32(struct sock_filter *filter, unsigned long c, in bpf_comp_jgt32() function
126 bpf_comp_jgt32(curr_block, hi, SKIPN(2) + jt, NEXT); in bpf_comp_jgt64()
129 bpf_comp_jgt32(curr_block, hi, SKIPN(3) + jt, NEXT); in bpf_comp_jgt64()
134 curr_block += bpf_comp_jgt32(curr_block, lo, jt, jf); in bpf_comp_jgt64()
150 bpf_comp_jgt32(curr_block, hi, SKIPN(2) + jt, NEXT); in bpf_comp_jge64()
153 bpf_comp_jgt32(curr_block, hi, SKIPN(3) + jt, NEXT); in bpf_comp_jge64()
Dbpf.h80 #define bpf_comp_jgt bpf_comp_jgt32