]> Git Repo - linux.git/blobdiff - tools/testing/selftests/bpf/test_tcp_check_syncookie.sh
selftests/bpf: Store BPF object files with .bpf.o extension
[linux.git] / tools / testing / selftests / bpf / test_tcp_check_syncookie.sh
index 102e6588e2fed4ced79560842e51c620154f7878..b42c24282c2543a61b559e70c4961011ddb8c463 100755 (executable)
@@ -76,7 +76,7 @@ main()
 DIR=$(dirname $0)
 TEST_IF=lo
 MAX_PING_TRIES=5
-BPF_PROG_OBJ="${DIR}/test_tcp_check_syncookie_kern.o"
+BPF_PROG_OBJ="${DIR}/test_tcp_check_syncookie_kern.bpf.o"
 CLSACT_SECTION="tc"
 XDP_SECTION="xdp"
 BPF_PROG_ID=0
This page took 0.032361 seconds and 4 git commands to generate.