Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c251 if (CHECK(expected_inherit_cb_flags != skel->bss->inherit_cb_flags, in check_hdr_and_close_fds()
252 "Unexpected inherit_cb_flags", "0x%x != 0x%x\n", in check_hdr_and_close_fds()
253 skel->bss->inherit_cb_flags, expected_inherit_cb_flags)) in check_hdr_and_close_fds()
310 skel->bss->inherit_cb_flags = 0; in reset_test()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c24 __u32 inherit_cb_flags = 0; variable
471 inherit_cb_flags = skops->bpf_sock_ops_cb_flags; in handle_passive_estab()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dtcp_hdr_options.c216 if (!ASSERT_EQ(expected_inherit_cb_flags, skel->bss->inherit_cb_flags, in check_hdr_and_close_fds()
217 "inherit_cb_flags")) in check_hdr_and_close_fds()
274 skel->bss->inherit_cb_flags = 0; in reset_test()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c24 __u32 inherit_cb_flags = 0; variable
471 inherit_cb_flags = skops->bpf_sock_ops_cb_flags; in handle_passive_estab()

Completed in 4 milliseconds