Searched refs:HID_BPF_FLAG_INSERT_HEAD (Results 1 – 4 of 4) sorted by relevance
72 HID_BPF_FLAG_INSERT_HEAD = _BITUL(0), enumerator
66 ctx->insert_head ? HID_BPF_FLAG_INSERT_HEAD : in attach_prog()
228 Unless ``HID_BPF_FLAG_INSERT_HEAD`` is added to the flags while attaching the230 ``HID_BPF_FLAG_INSERT_HEAD`` will insert the new program at the beginning of the234 Note that if there are multiple programs using the ``HID_BPF_FLAG_INSERT_HEAD`` flag,
435 if (flags & HID_BPF_FLAG_INSERT_HEAD) { in __hid_bpf_attach_prog()