Home
last modified time | relevance | path

Searched refs:test_bpf (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_kmod.sh34 if [ -f ${OUTPUT}/lib/test_bpf.ko ]; then
35 insmod ${OUTPUT}/lib/test_bpf.ko "$@" 2> /dev/null
41 if ! /sbin/modprobe -q -n test_bpf "$@"; then
43 elif /sbin/modprobe -q test_bpf "$@"; then
50 rmmod test_bpf 2> /dev/null
/openbmc/linux/tools/testing/selftests/net/
H A Dtest_bpf.sh5 if /sbin/modprobe -q test_bpf ; then
6 /sbin/modprobe -q -r test_bpf;
H A DMakefile9 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \
/openbmc/linux/tools/perf/tests/shell/
H A Dlock_contention.sh50 test_bpf() function
274 test_bpf
/openbmc/linux/lib/
H A DMakefile59 obj-$(CONFIG_TEST_BPF) += test_bpf.o
H A Dtest_bpf.c14781 static __init int test_bpf(void) in test_bpf() function
15328 ret = test_bpf(); in test_bpf_init()
H A DKconfig.debug2466 This builds the "test_bpf" module that runs various test vectors
/openbmc/linux/Documentation/networking/
H A Dfilter.rst661 the BPF interpreter and JIT compiler. It can be found in lib/test_bpf.c and
667 via insmod or modprobe against 'test_bpf' module. Results of the test cases
/openbmc/linux/Documentation/bpf/
H A Dbpf_devel_QA.rst377 Also always make sure to add BPF test cases (e.g. test_bpf.c and
506 In particular, test_bpf.c and test_verifier.c have a large number of
/openbmc/linux/
H A DMAINTAINERS3776 F: lib/test_bpf.c
H A Dopengrok2.0.log[all...]