Searched refs:test_bpf (Results 1 – 10 of 10) sorted by relevance
34 if [ -f ${OUTPUT}/lib/test_bpf.ko ]; then35 insmod ${OUTPUT}/lib/test_bpf.ko "$@" 2> /dev/null41 if ! /sbin/modprobe -q -n test_bpf "$@"; then43 elif /sbin/modprobe -q test_bpf "$@"; then50 rmmod test_bpf 2> /dev/null
5 if /sbin/modprobe -q test_bpf ; then6 /sbin/modprobe -q -r test_bpf;
9 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \
57 test_bpf() function324 test_bpf
60 obj-$(CONFIG_TEST_BPF) += test_bpf.o
15133 static __init int test_bpf(void) in test_bpf() function15690 ret = test_bpf(); in test_bpf_init()
2550 This builds the "test_bpf" module that runs various test vectors
661 the BPF interpreter and JIT compiler. It can be found in lib/test_bpf.c and667 via insmod or modprobe against 'test_bpf' module. Results of the test cases
377 Also always make sure to add BPF test cases (e.g. test_bpf.c and506 In particular, test_bpf.c and test_verifier.c have a large number of
4195 F: lib/test_bpf.c