Lines Matching refs:bpf_error
725 bpf_error(cstate, "division by zero"); in fold_op()
731 bpf_error(cstate, "modulus by zero"); in fold_op()
2043 bpf_error(cstate, "malloc"); in opt_init()
2051 bpf_error(cstate, "malloc"); in opt_init()
2058 bpf_error(cstate, "malloc"); in opt_init()
2067 bpf_error(cstate, "malloc"); in opt_init()
2106 bpf_error(cstate, "malloc"); in opt_init()
2154 bpf_error(cstate, "not enough core"); in convert_code_r()
2178 bpf_error(cstate, "illegal jmp destination"); in convert_code_r()
2198 bpf_error(cstate, ljerr, "no jmp destination", off); in convert_code_r()
2206 bpf_error(cstate, ljerr, "multiple matches", off); in convert_code_r()
2211 bpf_error(cstate, ljerr, "out-of-range jump", off); in convert_code_r()
2219 bpf_error(cstate, ljerr, "multiple matches", off); in convert_code_r()
2223 bpf_error(cstate, ljerr, "out-of-range jump", off); in convert_code_r()
2231 bpf_error(cstate, ljerr, "no destination found", off); in convert_code_r()
2260 bpf_error(cstate, "too many extra jumps"); in convert_code_r()
2281 bpf_error(cstate, "too many extra jumps"); in convert_code_r()
2332 bpf_error(cstate, "malloc"); in icode_to_fcode()