Home
last modified time | relevance | path

Searched refs:query_prog_id (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dflow_dissector_reattach.c57 static __u32 query_prog_id(int prog) in query_prog_id() function
99 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_prog_attach_prog_attach()
107 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog2)); in test_prog_attach_prog_attach()
113 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog2)); in test_prog_attach_prog_attach()
132 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_link_create_link_create()
141 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_link_create_link_create()
157 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_prog_attach_link_create()
166 CHECK_FAIL(query_attached_prog_id(netns) != query_prog_id(prog1)); in test_prog_attach_link_create()
510 CHECK_FAIL(info.prog_id != query_prog_id(prog1)); in test_link_get_info()
534 CHECK_FAIL(info.prog_id != query_prog_id(prog2)); in test_link_get_info()
[all …]
A Dsockmap_basic.c296 static __u32 query_prog_id(int prog_fd) in query_prog_id() function
345 ASSERT_EQ(prog_ids[0], query_prog_id(verdict_fd), in test_sockmap_progs_query()

Completed in 9 milliseconds