Home
last modified time | relevance | path

Searched refs:stg_result (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c222 CHECK(dctcp_skel->bss->stg_result != expected_stg, in test_dctcp()
223 "Unexpected stg_result", "stg_result (%x) != expected_stg (%x)\n", in test_dctcp()
224 dctcp_skel->bss->stg_result, expected_stg); in test_dctcp()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c20 int stg_result = 0; variable
67 stg_result = *stg; in BPF_PROG()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dbpf_dctcp.c26 int stg_result = 0; variable
101 stg_result = *stg; in BPF_PROG()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_tcp_ca.c210 CHECK(dctcp_skel->bss->stg_result != expected_stg, in test_dctcp()
211 "Unexpected stg_result", "stg_result (%x) != expected_stg (%x)\n", in test_dctcp()
212 dctcp_skel->bss->stg_result, expected_stg); in test_dctcp()

Completed in 2 milliseconds