Searched refs:exception_cb_idx (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/lib/bpf/
H A Dlibbpf.c456 int exception_cb_idx; member in struct:bpf_program
793 prog->exception_cb_idx = -1;
6551 if (prog->exception_cb_idx >= 0) {
6552 prog->exception_cb_idx = -1;
6580 if (prog->exception_cb_idx >= 0) {
6585 prog->exception_cb_idx = j;
6589 if (prog->exception_cb_idx >= 0)
6981 if (prog->exception_cb_idx >= 0) {
6982 struct bpf_program *subprog = &obj->programs[prog->exception_cb_idx];

Completed in 123 milliseconds