Home
last modified time | relevance | path

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

/Linux-v6.6/Documentation/bpf/
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``
/Linux-v6.6/tools/lib/bpf/
Dskel_internal.h352 err = skel_sys_bpf(BPF_PROG_RUN, &attr, test_run_attr_sz); in bpf_load_and_run()
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h878 BPF_PROG_RUN = BPF_PROG_TEST_RUN, enumerator
/Linux-v6.6/include/uapi/linux/
Dbpf.h878 BPF_PROG_RUN = BPF_PROG_TEST_RUN, enumerator
/Linux-v6.6/Documentation/hid/
Dhid-bpf.rst148 A ``syscall`` means that userspace called the syscall ``BPF_PROG_RUN`` facility.