Home
last modified time | relevance | path

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

/linux-4.1.27/tools/testing/selftests/net/
Dtest_bpf.sh4 if /sbin/modprobe -q test_bpf ; then
5 /sbin/modprobe -q -r test_bpf;
DMakefile13 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh
/linux-4.1.27/lib/
DMakefile35 obj-$(CONFIG_TEST_BPF) += test_bpf.o
Dtest_bpf.c1990 static __init int test_bpf(void) in test_bpf() function
2027 return test_bpf(); in test_bpf_init()
DKconfig.debug1733 This builds the "test_bpf" module that runs various test vectors
/linux-4.1.27/Documentation/networking/
Dfilter.txt1273 the BPF interpreter and JIT compiler. It can be found in lib/test_bpf.c and
1279 via insmod or modprobe against 'test_bpf' module. Results of the test cases
/linux-4.1.27/
DMAINTAINERS6822 F: lib/test_bpf.c