Searched refs:test_bpf (Results 1 – 7 of 7) sorted by relevance
4 if /sbin/modprobe -q test_bpf ; then5 /sbin/modprobe -q -r test_bpf;
13 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh
35 obj-$(CONFIG_TEST_BPF) += test_bpf.o
1990 static __init int test_bpf(void) in test_bpf() function2027 return test_bpf(); in test_bpf_init()
1733 This builds the "test_bpf" module that runs various test vectors
1273 the BPF interpreter and JIT compiler. It can be found in lib/test_bpf.c and1279 via insmod or modprobe against 'test_bpf' module. Results of the test cases
6822 F: lib/test_bpf.c