Searched refs:test_bpf (Results 1 – 9 of 9) sorted by relevance
22 if [ -f ${SRC_TREE}/lib/test_bpf.ko ]; then23 insmod ${SRC_TREE}/lib/test_bpf.ko 2> /dev/null29 if ! /sbin/modprobe -q -n test_bpf; then31 elif /sbin/modprobe -q test_bpf; then38 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()
404 // TODO: test_data: net/test_bpf.sh410 src: "tools/testing/selftests/net/test_bpf.sh",
245 The test_bpf.sh test requires a kernel module enabled by CONFIG_TEST_BPF.
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,