Home
last modified time | relevance | path

Searched refs:bpf (Results 201 – 225 of 344) sorted by relevance

12345678910>>...14

/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-btf.rst231 **# bpftool btf dump map pinned /sys/fs/bpf/map_name**
237 **# bpftool btf dump prog pinned /sys/fs/bpf/prog_name**
H A Dbpftool-feature.rst37 parameters, such as availability of the **bpf**\ () system call,
/openbmc/linux/Documentation/kbuild/
H A Dmakefiles.rst878 The following line tells kbuild that the program bpf-direct shall be
883 userprogs := bpf-direct
885 Kbuild assumes in the above example that bpf-direct is made from a
886 single C source file named bpf-direct.c located in the same directory
901 userprogs := bpf-fancy
902 bpf-fancy-objs := bpf-fancy.o bpf-helper.o
905 files. In the above example, bpf-fancy.c is compiled to bpf-fancy.o
906 and bpf-helper.c is compiled to bpf-helper.o.
908 Finally, the two .o files are linked to the executable, bpf-fancy.
931 bpf-helper-userccflags += -I user/include
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst15 http://cilium.readthedocs.io/en/latest/bpf/.
212 in tools/lib/bpf/xsk.h for facilitating the use of AF_XDP. It
217 samples/bpf/xdpsock_usr.c which uses libbpf for both setup and data
230 The user application inserts the socket into the map, via the bpf()
238 application (samples/bpf/) in for an example.
287 #include <linux/bpf.h>
376 samples/bpf/xdpsock_user.c. An example with the use of libbpf helpers
557 The XDP code sample included in tools/lib/bpf/xsk.c is the following:
743 look at tools/testing/selftests/bpf/xskxceiver.c.
768 samples/bpf/xdpsock -i p3p2 -q 16 -r -N
[all …]
/openbmc/linux/Documentation/dev-tools/
H A Dkselftest.rst115 $ make TARGETS="bpf breakpoints size timers" SKIP_TARGETS=bpf kselftest
168 $ ./run_kselftest.sh -c bpf -c seccomp -t timers:posix_timers -t timer:nanosleep
213 $ make -C tools/testing/selftests gen_tar TARGETS="bpf" FORMAT=.xz
/openbmc/linux/Documentation/admin-guide/mm/
H A Dshrinker_debugfs.rst33 sb-bpf-32 sb-pipefs-14 sb-sysfs-26 thp-deferred_split-10
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tunnel.sh585 tc filter add dev veth1 proto ip ingress bpf da object-pinned \
612 tc filter add dev $DEV egress bpf da object-pinned ${BPF_PIN_TUNNEL_DIR}/$SET
613 tc filter add dev $DEV ingress bpf da object-pinned ${BPF_PIN_TUNNEL_DIR}/$GET
H A Dtest_xdp_redirect_multi.sh97 xdp_dummy.bpf.o sec xdp &> /dev/null || \
H A Dtest_offload.py477 def set_xdp(self, bpf, mode, force=False, JSON=True, verbose=False, argument
480 bpf += " verbose"
481 return ip("link set dev %s xdp%s %s" % (self.dev["ifname"], mode, bpf),
560 def cls_bpf_add_filter(self, bpf, op="add", prio=None, handle=None, argument
564 cls = "bpf " + bpf
H A Dconfig.x86_64138 CONFIG_LSM="selinux,bpf,integrity"
/openbmc/linux/tools/perf/tests/shell/
H A Dtest_intel_pt.sh52 perf record -B -N --no-bpf-event "$@"
59 perf record --no-bpf-event "$@"
/openbmc/linux/Documentation/bpf/
H A Dlinux-notes.rst49 <instruction-set.html#legacy-bpf-packet-access-instructions>`_,
H A Dllvm_reloc.rst31 Compiled with ``clang --target=bpf -O2 -c test.c``, the following is
160 Compiled with ``clang --target=bpf -O2 -c test.c``, we will have
206 Compiled with ``clang --target=bpf -O2 -g -c test.c``, we will see a
253 See :ref:`Documentation/bpf/btf.rst <BTF_Ext_Section>` for more
H A Dmap_of_maps.rst87 See ``progs/test_btf_map_in_map.c`` in ``tools/testing/selftests/bpf`` for more
H A Dmap_queue_stack.rst16 the existing ``bpf`` syscall in the following way:
H A Dbpf_licensing.rst11 http://www.tcpdump.org/papers/bpf-usenix93.pdf. The corresponding instruction
/openbmc/linux/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst71 ├── bpf
80 ├── nic_AMDA0081-0001_1x40.nffw -> bpf/nic_AMDA0081-0001_1x40.nffw
81 └── nic_AMDA0081-0001_4x10.nffw -> bpf/nic_AMDA0081-0001_4x10.nffw
/openbmc/linux/tools/perf/util/
H A Devent.c483 event->bpf.type, event->bpf.flags, event->bpf.id); in perf_event__fprintf_bpf()
/openbmc/qemu/scripts/ci/org.centos/stream/8/x86_64/
H A Dconfigure44 --disable-bpf \
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/
H A Dqemu.inc254 PACKAGECONFIG[bpf] = "--enable-bpf,--disable-bpf,libbpf"
/openbmc/qemu/linux-user/mips/
H A Dsyscall-args-o32.c.inc356 [ 355] = 3, /* bpf */
/openbmc/linux/include/linux/
H A Dcgroup-defs.h516 struct cgroup_bpf bpf; member
/openbmc/linux/tools/testing/selftests/hid/
H A Dconfig.common121 CONFIG_LSM="selinux,bpf,integrity"
/openbmc/linux/kernel/
H A DMakefile111 obj-$(CONFIG_BPF) += bpf/
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/snort/snort/
H A Ddisable-run-test-program-while-cross-compiling.patch58 … AC_DEFINE([HAVE_PCAP_LEX_DESTROY],[1],[Can cleanup lex buffer stack created by pcap bpf filter])

12345678910>>...14