Home
last modified time | relevance | path

Searched refs:BPF_PROG_RUN (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/Documentation/bpf/
H A Dbpf_prog_run.rst7 This document describes the ``BPF_PROG_RUN`` facility for running BPF programs
18 The ``BPF_PROG_RUN`` command can be used through the ``bpf()`` syscall to
25 The ``BPF_PROG_RUN`` command can be used to execute BPF programs of the
43 When using the ``BPF_PROG_RUN`` command, userspace supplies an input context
55 The ``BPF_PROG_RUN`` command has a separate mode for running live XDP programs,
60 ``BPF_PROG_RUN``.
103 with the initial packet data supplied by userspace at ``BPF_PROG_RUN``
/openbmc/linux/tools/lib/bpf/
H A Dskel_internal.h352 err = skel_sys_bpf(BPF_PROG_RUN, &attr, test_run_attr_sz); in bpf_load_and_run()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h878 BPF_PROG_RUN = BPF_PROG_TEST_RUN, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h878 BPF_PROG_RUN = BPF_PROG_TEST_RUN, enumerator
/openbmc/linux/Documentation/hid/
H A Dhid-bpf.rst148 A ``syscall`` means that userspace called the syscall ``BPF_PROG_RUN`` facility.