Home
last modified time | relevance | path

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

/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_kmod.sh22 if [ -f ${SRC_TREE}/lib/test_bpf.ko ]; then
23 insmod ${SRC_TREE}/lib/test_bpf.ko 2> /dev/null
29 if ! /sbin/modprobe -q -n test_bpf; then
31 elif /sbin/modprobe -q test_bpf; then
38 rmmod test_bpf 2> /dev/null
/Linux-v4.19/tools/testing/selftests/net/
Dtest_bpf.sh5 if /sbin/modprobe -q test_bpf ; then
6 /sbin/modprobe -q -r test_bpf;
DMakefile7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh
/Linux-v4.19/lib/
DMakefile49 obj-$(CONFIG_TEST_BPF) += test_bpf.o
Dtest_bpf.c6893 static __init int test_bpf(void) in test_bpf() function
6950 ret = test_bpf(); in test_bpf_init()
DKconfig.debug1877 This builds the "test_bpf" module that runs various test vectors
/Linux-v4.19/Documentation/bpf/
Dbpf_devel_QA.rst351 Also always make sure to add BPF test cases (e.g. test_bpf.c and
451 In particular, test_bpf.c and test_verifier.c have a large number of
/Linux-v4.19/Documentation/networking/
Dfilter.txt1452 the BPF interpreter and JIT compiler. It can be found in lib/test_bpf.c and
1458 via insmod or modprobe against 'test_bpf' module. Results of the test cases
/Linux-v4.19/
DMAINTAINERS2829 F: lib/test_bpf.c