Searched refs:prog_table_idx (Results 1 – 1 of 1) sorted by relevance
397 int cnt, err = -EINVAL, prog_table_idx = -1; in __hid_bpf_attach_prog() local427 prog_table_idx = hid_bpf_insert_prog(prog_fd, prog); in __hid_bpf_attach_prog()429 if (prog_table_idx < 0) { in __hid_bpf_attach_prog()430 err = prog_table_idx; in __hid_bpf_attach_prog()446 prog_entry->idx = prog_table_idx; in __hid_bpf_attach_prog()453 hid_bpf_release_prog_at(prog_table_idx); in __hid_bpf_attach_prog()457 link->hid_table_index = prog_table_idx; in __hid_bpf_attach_prog()
Completed in 4 milliseconds