Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/hid/progs/
H A Dhid.c66 ctx->insert_head ? HID_BPF_FLAG_INSERT_HEAD : in attach_prog()
/openbmc/linux/include/linux/
H A Dhid_bpf.h72 HID_BPF_FLAG_INSERT_HEAD = _BITUL(0), enumerator
/openbmc/linux/Documentation/hid/
H A 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,
/openbmc/linux/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c435 if (flags & HID_BPF_FLAG_INSERT_HEAD) { in __hid_bpf_attach_prog()