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
36 obj-$(CONFIG_TEST_BPF) += test_bpf.o
5449 static __init int test_bpf(void) in test_bpf() function5505 ret = test_bpf(); in test_bpf_init()
1800 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
7408 F: lib/test_bpf.c