Searched refs:test_bpf (Results 1 – 9 of 9) 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;
7 TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh \
160 test_bpf(const struct bpf_check *cmd_check) in test_bpf() function1117 test_bpf(checks + i); in main()
243 The test_bpf.sh test requires a kernel module enabled by CONFIG_TEST_BPF.
1121 src: "tools/testing/selftests/net/test_bpf.sh",
5742 related data is stored in check descriptor, and test_bpf iterates over5749 (test_bpf): ...this. Replace arguments with struct bpf_check pointer.5767 (main): New static constant checks, iterate over checks and run test_bpf6295 (test_bpf): ...this. Rename cmd_ to cmd, cmd_str_ to cmd_str,