Home
last modified time | relevance | path

Searched refs:HID_BPF_FLAG_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/include/linux/
Dhid_bpf.h72 HID_BPF_FLAG_INSERT_HEAD = _BITUL(0), enumerator
/linux-6.6.21/tools/testing/selftests/hid/progs/
Dhid.c66 ctx->insert_head ? HID_BPF_FLAG_INSERT_HEAD : in attach_prog()
/linux-6.6.21/Documentation/hid/
Dhid-bpf.rst228 Unless ``HID_BPF_FLAG_INSERT_HEAD`` is added to the flags while attaching the
230 ``HID_BPF_FLAG_INSERT_HEAD`` will insert the new program at the beginning of the
234 Note that if there are multiple programs using the ``HID_BPF_FLAG_INSERT_HEAD`` flag,
/linux-6.6.21/drivers/hid/bpf/
Dhid_bpf_jmp_table.c435 if (flags & HID_BPF_FLAG_INSERT_HEAD) { in __hid_bpf_attach_prog()