Searched refs:BPF_PROG_RUN (Results 1 – 5 of 5) sorted by relevance
7 This document describes the ``BPF_PROG_RUN`` facility for running BPF programs18 The ``BPF_PROG_RUN`` command can be used through the ``bpf()`` syscall to25 The ``BPF_PROG_RUN`` command can be used to execute BPF programs of the43 When using the ``BPF_PROG_RUN`` command, userspace supplies an input context55 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``
352 err = skel_sys_bpf(BPF_PROG_RUN, &attr, test_run_attr_sz); in bpf_load_and_run()
878 BPF_PROG_RUN = BPF_PROG_TEST_RUN, enumerator
148 A ``syscall`` means that userspace called the syscall ``BPF_PROG_RUN`` facility.