Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/lib/
DMakefile36 obj-$(CONFIG_TEST_BPF) += test_bpf.o
Dtest_bpf.c5449 static __init int test_bpf(void) in test_bpf() function
5505 ret = test_bpf(); in test_bpf_init()
DKconfig.debug1800 This builds the "test_bpf" module that runs various test vectors
/linux-4.4.14/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.4.14/
DMAINTAINERS7408 F: lib/test_bpf.c