Searched refs:bpf_comp_jeq32 (Results 1 – 2 of 2) sorted by relevance
/external/minijail/ |
D | bpf.c | 63 size_t bpf_comp_jeq32(struct sock_filter *filter, unsigned long c, in bpf_comp_jeq32() function 85 curr_block += bpf_comp_jeq32(curr_block, hi, NEXT, SKIPN(2) + jf); in bpf_comp_jeq64() 87 curr_block += bpf_comp_jeq32(curr_block, lo, jt, jf); in bpf_comp_jeq64() 131 bpf_comp_jeq32(curr_block, hi, NEXT, SKIPN(2) + jf); in bpf_comp_jgt64() 155 bpf_comp_jeq32(curr_block, hi, NEXT, SKIPN(2) + jf); in bpf_comp_jge64()
|
D | bpf.h | 79 #define bpf_comp_jeq bpf_comp_jeq32
|