Home
last modified time | relevance | path

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

/external/minijail/
Dbpf.c63 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()
Dbpf.h75 #define bpf_comp_jeq bpf_comp_jeq32